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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 664 Value *LastVal = 0;
672 if (!LastVal) {
673 LastVal = V;
679 LastVal = createFAdd(LastVal, V);
684 LastVal = createFSub(V, LastVal);
686 LastVal = createFSub(LastVal, V);
692 LastVal = createFNeg(LastVal)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 147 milliseconds