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

/external/llvm/lib/Analysis/
H A DLoopDependenceAnalysis.cpp151 bool LoopDependenceAnalysis::isAffine(const SCEV *S) const { function in class:LoopDependenceAnalysis
153 return isLoopInvariant(S) || (rec && rec->isAffine());
200 if (!isAffine(A) || !isAffine(B)) {
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h310 if (isAffine()) return getOperand(1);
316 /// isAffine - Return true if this is an affine AddRec (i.e., it represents
318 bool isAffine() const { function in class:llvm::SCEVAddRecExpr
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h264 bool isAffine() const function in class:WebCore::TransformationMatrix

Completed in 283 milliseconds