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

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

Completed in 186 milliseconds