HomeSort by relevance Sort by last modified time
    Searched refs:SimpleVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 709 Value *SimpleVal = ConstantFoldInstruction(I, DL, TLI);
710 if (SimpleVal) {
711 I->replaceAllUsesWith(SimpleVal);
713 Condition = SimpleVal;
    [all...]
GVN.cpp 510 SimpleVal, // A simple offsetted value that is accessed.
528 Res.Val.setInt(SimpleVal);
562 bool isSimpleValue() const { return Val.getInt() == SimpleVal; }
    [all...]

Completed in 174 milliseconds