HomeSort by: relevance | last modified time | path
    Searched defs:Normalized (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp 136 /*Normalized*/ false, 0}});
144 /*Normalized*/ false, Type}});
147 bool Extern, int Type, bool Normalized) {
151 /*Managed*/ false, Normalized, Type}});
1049 auto Normalized = Args[2].getAsIntegral();
1052 Normalized.getZExtValue());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1199 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
1237 bool IsMatchingSCEV = PhiSCEV == Normalized;
1273 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) {
1278 TruncTy = SE.getEffectiveSCEVType(Normalized->getType());
1317 expandCodeForImpl(Normalized->getStart(), ExpandTy,
1328 const SCEV *Step = Normalized->getStepRecurrence(SE);
1342 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized);
1343 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized);
1394 // Determine a normalized form of this expression, which is the expression
1396 const SCEVAddRecExpr *Normalized = S
    [all...]

Completed in 18 milliseconds