Home
last modified time | relevance | path

Searched refs:SimpleVal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp677 Value *SimpleVal = ConstantFoldInstruction(I, TD); in ProcessBlock() local
678 if (SimpleVal) { in ProcessBlock()
679 I->replaceAllUsesWith(SimpleVal); in ProcessBlock()
681 Condition = SimpleVal; in ProcessBlock()
DGVN.cpp1100 SimpleVal, // A simple offsetted value that is accessed. enumerator
1116 Res.Val.setInt(SimpleVal); in get()
1141 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp757 Value *SimpleVal = in ProcessBlock() local
759 if (SimpleVal) { in ProcessBlock()
760 I->replaceAllUsesWith(SimpleVal); in ProcessBlock()
762 Condition = SimpleVal; in ProcessBlock()
DGVN.cpp125 SimpleVal, // A simple offsetted value that is accessed. enumerator
141 Res.Val.setInt(SimpleVal); in get()
170 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()