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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp682 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI); local
683 if (SimpleVal) {
684 I->replaceAllUsesWith(SimpleVal);
686 Condition = SimpleVal;
H A DGVN.cpp1155 SimpleVal, // A simple offsetted value that is accessed. enumerator in enum:__anon7768::AvailableValueInBlock::ValType
1171 Res.Val.setInt(SimpleVal);
1196 bool isSimpleValue() const { return Val.getInt() == SimpleVal; }

Completed in 372 milliseconds