Searched refs:Normalized (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
H A DTypoCorrection.h99 /// If Normalized is true, scale the distance down by the CharDistanceWeight
101 unsigned getEditDistance(bool Normalized = true) const {
114 return Normalized ? NormalizeEditDistance(ED) : ED;
/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/llvm/lib/Support/
H A DTriple.cpp481 std::string Normalized;
483 if (i) Normalized += '-';
484 Normalized += Components[i];
486 return Normalized;
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h260 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1546 GLboolean Normalized; /**< GL_ARB_vertex_program */ member in struct:gl_client_array
/external/clang/lib/Sema/
H A DSemaLookup.cpp3184 unsigned getBestEditDistance(bool Normalized) { argument
3189 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;

Completed in 101 milliseconds