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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 685 Value *LHSV = GEPLHS->getOperand(DiffOperand);
688 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 216 milliseconds