Searched refs:FoldOperationIntoSelectOperand (Results 1 – 1 of 1) sorted by relevance
653 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, in FoldOperationIntoSelectOperand() function717 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this); in FoldOpIntoSelect()718 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this); in FoldOpIntoSelect()