Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9804 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion() function
9969 if (!calculateBinaryOperatorAndTakeUnion(BinOp, Zero, Zero)) in updateWithBinaryOperator()
9973 if (!calculateBinaryOperatorAndTakeUnion(BinOp, Zero, R)) in updateWithBinaryOperator()
9978 if (!calculateBinaryOperatorAndTakeUnion(BinOp, L, Zero)) in updateWithBinaryOperator()
9984 if (!calculateBinaryOperatorAndTakeUnion(BinOp, L, R)) in updateWithBinaryOperator()