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 695 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI);
696 if (SimpleVal) {
697 I->replaceAllUsesWith(SimpleVal);
699 Condition = SimpleVal;
    [all...]
GVN.cpp 508 SimpleVal, // A simple offsetted value that is accessed.
524 Res.Val.setInt(SimpleVal);
549 bool isSimpleValue() const { return Val.getInt() == SimpleVal; }
    [all...]

Completed in 4232 milliseconds