Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp787 static Value *foldOperationIntoSelectOperand(Instruction &I, Value *SO, in foldOperationIntoSelectOperand() function
862 Value *NewTV = foldOperationIntoSelectOperand(Op, TV, Builder); in FoldOpIntoSelect()
863 Value *NewFV = foldOperationIntoSelectOperand(Op, FV, Builder); in FoldOpIntoSelect()