Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1080 Value *SimpleVal = in processBlock() local
1082 if (SimpleVal) { in processBlock()
1083 I->replaceAllUsesWith(SimpleVal); in processBlock()
1086 Condition = SimpleVal; in processBlock()
H A DGVN.cpp182 SimpleVal, // A simple offsetted value that is accessed. enumerator
198 Res.Val.setInt(SimpleVal); in get()
227 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()