Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1676 static Value *foldOperationIntoSelectOperand(Instruction &I, SelectInst *SI, in foldOperationIntoSelectOperand() function
1723 NewTV = foldOperationIntoSelectOperand(Op, SI, TV, *this); in FoldOpIntoSelect()
1725 NewFV = foldOperationIntoSelectOperand(Op, SI, FV, *this); in FoldOpIntoSelect()