Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp955 static Value *foldOperationIntoSelectOperand(Instruction &I, Value *SO, in foldOperationIntoSelectOperand() function
1070 Value *NewTV = foldOperationIntoSelectOperand(Op, TV, Builder); in FoldOpIntoSelect()
1071 Value *NewFV = foldOperationIntoSelectOperand(Op, FV, Builder); in FoldOpIntoSelect()