OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CmpConst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
531
Constant *
CmpConst
= dyn_cast<Constant>(CI->getOperand(1));
583
CmpLHSConst,
CmpConst
, true);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
873
Constant *
CmpConst
= cast<Constant>(CmpRHS);
882
CmpConst
, P, BB, CxtI ? CxtI : Cmp);
901
if (isa<ConstantInt>(
CmpConst
) &&
916
Pred, cast<ConstantInt>(
CmpConst
)->getValue());
942
Constant *Folded = ConstantExpr::getCompare(Pred, V,
CmpConst
);
Completed in 32 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026