Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp70 BinaryOperator::BinaryOps BinOpCode; in foldSelectWithBinaryOp() local
72 BinOpCode = BO->getOpcode(); in foldSelectWithBinaryOp()
77 if (BinOpCode == BinaryOperator::Or) { in foldSelectWithBinaryOp()
79 } else if (BinOpCode == BinaryOperator::And) { in foldSelectWithBinaryOp()
105 return BinOpCode == BinaryOperator::Or ? TrueVal : FalseVal; in foldSelectWithBinaryOp()