Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp80 BinaryOperator::BinaryOps BinOpCode; in foldSelectWithBinaryOp() local
82 BinOpCode = BO->getOpcode(); in foldSelectWithBinaryOp()
87 if (BinOpCode == BinaryOperator::Or) { in foldSelectWithBinaryOp()
89 } else if (BinOpCode == BinaryOperator::And) { in foldSelectWithBinaryOp()
115 return BinOpCode == BinaryOperator::Or ? TrueVal : FalseVal; in foldSelectWithBinaryOp()