HomeSort by relevance Sort by last modified time
    Searched refs:SimpleVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 677 Value *SimpleVal = ConstantFoldInstruction(I, TD);
678 if (SimpleVal) {
679 I->replaceAllUsesWith(SimpleVal);
681 Condition = SimpleVal;
    [all...]
GVN.cpp     [all...]

Completed in 29 milliseconds