Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1697 static Value *simplifyOperationIntoSelectOperand(Instruction &I, SelectInst *SI, in simplifyOperationIntoSelectOperand() function
1767 Value *NewTV = simplifyOperationIntoSelectOperand(Op, SI, /*IsTrueArm=*/true); in FoldOpIntoSelect()
1769 simplifyOperationIntoSelectOperand(Op, SI, /*IsTrueArm=*/false); in FoldOpIntoSelect()