Home
last modified time | relevance | path

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

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