Home
last modified time | relevance | path

Searched defs:LHSV (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp431 Value *LHSV = expandCheck() local
H A DIndVarSimplify.cpp1253 auto *LHSV = Rewriter.expandCodeFor(LIP.LHS); in createInvariantCond() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1543 Value *LHSV = B.CreateZExt(B.CreateLoad(B.getInt8Ty(), LHS, "lhsc"), in optimizeMemCmpConstantSize() local
1558 Value *LHSV = nullptr; in optimizeMemCmpConstantSize() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2612 SVal LHSV = RVState->getSVal(BO->getLHS(), RVNode->getLocationContext()); in handle() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp814 Value *LHSV = GEPLHS->getOperand(DiffOperand); in foldGEPICmp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11016 auto CheckPair = [&](Value &LHSV, Value &RHSV) { in handleCmp()