OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSV
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp
416
Value *
LHSV
= Expander.expandCodeFor(LHS, Ty, findInsertPt(Guard, {LHS}));
418
IRBuilder<> Builder(findInsertPt(Guard, {
LHSV
, RHSV}));
419
return Builder.CreateICmp(Pred,
LHSV
, RHSV);
IndVarSimplify.cpp
1318
auto *
LHSV
= Rewriter.expandCodeFor(InvariantLHS);
1324
auto *NewCond = Builder.CreateICmp(InvariantPred,
LHSV
, RHSV,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
960
Value *
LHSV
=
962
CI->getType(), "
lhsv
");
966
return B.CreateSub(
LHSV
, RHSV, "chardiff");
977
Value *
LHSV
= nullptr;
980
LHSV
= ConstantFoldLoadFromConstPtr(LHSC, IntType, DL);
990
if ((
LHSV
|| getKnownAlignment(LHS, DL, CI) >= PrefAlignment) &&
992
if (!
LHSV
) {
995
LHSV
= B.CreateLoad(IntType, B.CreateBitCast(LHS, LHSPtrTy), "
lhsv
");
1002
return B.CreateZExt(B.CreateICmpNE(
LHSV
, RHSV), CI->getType(), "memcmp")
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
2033
SVal
LHSV
= RVState->getSVal(BO->getLHS(), RVNode->getLocationContext());
2037
if (
LHSV
.isZeroConstant())
2044
if (
LHSV
.isZeroConstant())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
964
Value *
LHSV
= GEPLHS->getOperand(DiffOperand);
967
return new ICmpInst(ICmpInst::getSignedPredicate(Cond),
LHSV
, RHSV);
Completed in 27 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026