Searched refs:calculateBinaryOperator (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 9127 bool calculateBinaryOperator( in calculateBinaryOperator() function 9316 if (!calculateBinaryOperator(A, BinOp, T, CtxI, QuerriedAAs)) in updateImpl() 9610 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator() function 9673 calculateBinaryOperator(BinOp, LHS, RHS, SkipOperation, Unsupported); in calculateBinaryOperatorAndTakeUnion()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 5395 bool calculateBinaryOperator(Attributor &A, BinaryOperator *BinOp, in calculateBinaryOperator() function 5484 return calculateBinaryOperator(A, BinOp, T, CtxI); in updateImpl()
|