Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp653 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, in FoldOperationIntoSelectOperand() function
717 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this); in FoldOpIntoSelect()
718 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this); in FoldOpIntoSelect()