Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1015 static Value *foldOperationIntoSelectOperand(Instruction &I, Value *SO, in foldOperationIntoSelectOperand() function
1130 NewTV = foldOperationIntoSelectOperand(Op, TV, Builder); in FoldOpIntoSelect()
1132 NewFV = foldOperationIntoSelectOperand(Op, FV, Builder); in FoldOpIntoSelect()