OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getZeroExtendExpr
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
385
const SCEV *ExtendAfterOp = SE->
getZeroExtendExpr
(SE->getSCEV(BO), WideTy);
387
SE->
getZeroExtendExpr
(LHS, WideTy), SE->
getZeroExtendExpr
(RHS, WideTy),
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
ScalarEvolutionNormalization.cpp
99
case scZeroExtend: return SE.
getZeroExtendExpr
(N, S->getType());
ScalarEvolutionExpander.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
[
all
...]
NaryReassociate.cpp
418
SE->
getZeroExtendExpr
(IndexExprs[I], GEP->getOperand(I)->getType());
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
576
return SE.
getZeroExtendExpr
(Operand, Expr->getType());
ScalarEvolution.h
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
558
ExitCount = SE->
getZeroExtendExpr
(ExitCount, CountType);
Completed in 117 milliseconds