Searched refs:SimpleVal (Results 1 – 2 of 2) sorted by relevance
709 Value *SimpleVal = ConstantFoldInstruction(I, DL, TLI); in ProcessBlock() local710 if (SimpleVal) { in ProcessBlock()711 I->replaceAllUsesWith(SimpleVal); in ProcessBlock()713 Condition = SimpleVal; in ProcessBlock()
510 SimpleVal, // A simple offsetted value that is accessed. enumerator528 Res.Val.setInt(SimpleVal); in get()562 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()