Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp519 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, in FoldOperationIntoSelectOperand() function
578 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this); in FoldOpIntoSelect()
579 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this); in FoldOpIntoSelect()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp695 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, in FoldOperationIntoSelectOperand() function
775 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this); in FoldOpIntoSelect()
776 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this); in FoldOpIntoSelect()