Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1040 Value *SimpleVal = in ProcessBlock() local
1042 if (SimpleVal) { in ProcessBlock()
1043 I->replaceAllUsesWith(SimpleVal); in ProcessBlock()
1046 Condition = SimpleVal; in ProcessBlock()
DGVN.cpp166 SimpleVal, // A simple offsetted value that is accessed. enumerator
182 Res.Val.setInt(SimpleVal); in get()
211 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()