Home
last modified time | relevance | path

Searched refs:calculateBinaryOperatorAndTakeUnion (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7694 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion() function
7847 if (!calculateBinaryOperatorAndTakeUnion(BinOp, Zero, Zero)) in updateWithBinaryOperator()
7851 if (!calculateBinaryOperatorAndTakeUnion(BinOp, Zero, R)) in updateWithBinaryOperator()
7856 if (!calculateBinaryOperatorAndTakeUnion(BinOp, L, Zero)) in updateWithBinaryOperator()
7862 if (!calculateBinaryOperatorAndTakeUnion(BinOp, L, R)) in updateWithBinaryOperator()