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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp646 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO, function
710 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this);
711 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);

Completed in 1537 milliseconds