Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp77 BinaryOperator::BinaryOps BinOpCode; in foldSelectWithBinaryOp() local
79 BinOpCode = BO->getOpcode(); in foldSelectWithBinaryOp()
84 if (BinOpCode == BinaryOperator::Or) { in foldSelectWithBinaryOp()
86 } else if (BinOpCode == BinaryOperator::And) { in foldSelectWithBinaryOp()
112 return BinOpCode == BinaryOperator::Or ? TrueVal : FalseVal; in foldSelectWithBinaryOp()