Home
last modified time | relevance | path

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

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