Searched refs:FoldOperationIntoSelectOperand (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 519 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/ |
D | InstructionCombining.cpp | 695 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()
|