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 758 Value *SimpleVal =
760 if (SimpleVal) {
761 I->replaceAllUsesWith(SimpleVal);
763 Condition = SimpleVal;
    [all...]
GVN.cpp 519 SimpleVal, // A simple offsetted value that is accessed.
537 Res.Val.setInt(SimpleVal);
571 bool isSimpleValue() const { return Val.getInt() == SimpleVal; }
    [all...]

Completed in 48 milliseconds