Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp74 BinaryOperator::BinaryOps BinOpCode; in foldSelectWithBinaryOp() local
76 BinOpCode = BO->getOpcode(); in foldSelectWithBinaryOp()
81 if (BinOpCode == BinaryOperator::Or) { in foldSelectWithBinaryOp()
83 } else if (BinOpCode == BinaryOperator::And) { in foldSelectWithBinaryOp()
109 return BinOpCode == BinaryOperator::Or ? TrueVal : FalseVal; in foldSelectWithBinaryOp()