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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 720 Value *LHSV = GEPLHS->getOperand(DiffOperand);
723 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 858 Value *LHSV = B.CreateZExt(B.CreateLoad(CastToCStr(LHS, B), "lhsc"),
859 CI->getType(), "lhsv");
862 return B.CreateSub(LHSV, RHSV, "chardiff");
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 155 milliseconds