Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8760 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion() function
9009 if (!calculateBinaryOperatorAndTakeUnion(BinOp, Zero, Zero)) in updateWithBinaryOperator()
9013 if (!calculateBinaryOperatorAndTakeUnion(BinOp, Zero, R)) in updateWithBinaryOperator()
9018 if (!calculateBinaryOperatorAndTakeUnion(BinOp, L, Zero)) in updateWithBinaryOperator()
9024 if (!calculateBinaryOperatorAndTakeUnion(BinOp, L, R)) in updateWithBinaryOperator()