Searched refs:SimpleVal (Results 1 – 2 of 2) sorted by relevance
695 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI); in ProcessBlock() local696 if (SimpleVal) { in ProcessBlock()697 I->replaceAllUsesWith(SimpleVal); in ProcessBlock()699 Condition = SimpleVal; in ProcessBlock()
509 SimpleVal, // A simple offsetted value that is accessed. enumerator527 Res.Val.setInt(SimpleVal); in get()561 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } in isSimpleValue()