Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FoldOperationIntoSelectOperand

695 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO,
775 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this);
776 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);