Home
last modified time | relevance | path

Searched refs:Normalized (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1070 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument
1100 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1133 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
1138 TruncTy = SE.getEffectiveSCEVType(Normalized->getType()); in getAddRecExprPHILiterally()
1171 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1181 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally()
1217 if (Normalized->getNoWrapFlags(SCEV::FlagNUW)) in getAddRecExprPHILiterally()
1219 if (Normalized->getNoWrapFlags(SCEV::FlagNSW)) in getAddRecExprPHILiterally()
1242 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local
1246 Normalized = in expandAddRecExprLiterally()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h136 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() argument
141 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()
H A DTypoCorrection.h116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h260 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTriple.cpp656 std::string Normalized; in normalize() local
658 if (i) Normalized += '-'; in normalize()
659 Normalized += Components[i]; in normalize()
661 return Normalized; in normalize()
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.out117 \BOOKMARK [2][-]{subsection.8.1.2}{Normalized Integers}{section.8.1}
H A Dtommath.tex5344 \subsection{Normalized Integers}
H A Dtommath.src5083 \subsection{Normalized Integers}