OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxLHS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
2293
const SCEV *
MaxLHS
= Max->getOperand(0);
2298
if (!
MaxLHS
||
2299
(ICmpInst::isTrueWhenEqual(Pred) ? !
MaxLHS
->isZero() : (
MaxLHS
!= One)))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
3195
SDValue
MaxLHS
= Op0.getOperand(0);
3197
if (
MaxLHS
== Op1)
3200
return getTruncatedUSUBSAT(DstVT, SubVT,
MaxLHS
, Op1, DAG, SDLoc(N));
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026