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

  /external/swiftshader/third_party/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...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 757 Value *SimpleVal =
759 if (SimpleVal) {
760 I->replaceAllUsesWith(SimpleVal);
762 Condition = SimpleVal;
    [all...]
GVN.cpp 125 SimpleVal, // A simple offsetted value that is accessed.
141 Res.Val.setInt(SimpleVal);
170 bool isSimpleValue() const { return Val.getInt() == SimpleVal; }
    [all...]

Completed in 76 milliseconds