Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1649 static Constant *constantFoldOperationIntoSelectOperand(Instruction &I, in constantFoldOperationIntoSelectOperand() function
1716 Value *NewTV = constantFoldOperationIntoSelectOperand(Op, SI, /*IsTrueArm*/ true); in FoldOpIntoSelect()
1717 Value *NewFV = constantFoldOperationIntoSelectOperand(Op, SI, /*IsTrueArm*/ false); in FoldOpIntoSelect()