Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SimpleVal

695     Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI);
696 if (SimpleVal) {
697 I->replaceAllUsesWith(SimpleVal);
699 Condition = SimpleVal;