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 713 Value *LHSV = GEPLHS->getOperand(DiffOperand);
716 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 218 milliseconds