Searched defs:Normalized (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1031 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, argument
1044 SE.getEffectiveSCEVType(Normalized->getType())) ||
1045 SE.getSCEV(PN) != Normalized)
1095 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1105 const SCEV *Step = Normalized->getStepRecurrence(SE);
1165 const SCEVAddRecExpr *Normalized = S; local
1169 Normalized =
1175 const SCEV *Start = Normalized->getStart();
1179 Start = SE.getConstant(Normalized->getType(), 0);
1180 Normalized
[all...]
/external/clang/lib/Sema/
H A DSemaLookup.cpp3184 unsigned getBestEditDistance(bool Normalized) { argument
3189 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1546 GLboolean Normalized; /**< GL_ARB_vertex_program */ member in struct:gl_client_array

Completed in 126 milliseconds