Home
last modified time | relevance | path

Searched refs:LHSV (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp431 Value *LHSV = in expandCheck() local
435 IRBuilder<> Builder(findInsertPt(Guard, {LHSV, RHSV})); in expandCheck()
436 return Builder.CreateICmp(Pred, LHSV, RHSV); in expandCheck()
DIndVarSimplify.cpp1364 auto *LHSV = Rewriter.expandCodeFor(LIP.LHS); in createInvariantCond() local
1370 return Builder.CreateICmp(InvariantPred, LHSV, RHSV, in createInvariantCond()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1466 Value *LHSV = in optimizeMemCmpConstantSize() local
1472 return B.CreateSub(LHSV, RHSV, "chardiff"); in optimizeMemCmpConstantSize()
1483 Value *LHSV = nullptr; in optimizeMemCmpConstantSize() local
1486 LHSV = ConstantFoldLoadFromConstPtr(LHSC, IntType, DL); in optimizeMemCmpConstantSize()
1496 if ((LHSV || getKnownAlignment(LHS, DL, CI) >= PrefAlignment) && in optimizeMemCmpConstantSize()
1498 if (!LHSV) { in optimizeMemCmpConstantSize()
1501 LHSV = B.CreateLoad(IntType, B.CreateBitCast(LHS, LHSPtrTy), "lhsv"); in optimizeMemCmpConstantSize()
1508 return B.CreateZExt(B.CreateICmpNE(LHSV, RHSV), CI->getType(), "memcmp"); in optimizeMemCmpConstantSize()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp2590 SVal LHSV = RVState->getSVal(BO->getLHS(), RVNode->getLocationContext()); in handle() local
2594 if (LHSV.isZeroConstant()) in handle()
2599 if (LHSV.isZeroConstant()) in handle()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp877 Value *LHSV = GEPLHS->getOperand(DiffOperand); in foldGEPICmp() local
880 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV); in foldGEPICmp()