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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp695 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI); local
696 if (SimpleVal) {
697 I->replaceAllUsesWith(SimpleVal);
699 Condition = SimpleVal;
H A DGVN.cpp509 SimpleVal, // A simple offsetted value that is accessed. enumerator in enum:__anon2773::AvailableValueInBlock::ValType
527 Res.Val.setInt(SimpleVal);
561 bool isSimpleValue() const { return Val.getInt() == SimpleVal; }

Completed in 110 milliseconds