HomeSort by relevance Sort by last modified time
    Searched refs:isAffine (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.cpp 185 if (m_matrix.isAffine())
CSSComputedStyleDeclaration.cpp 750 if (transform.isAffine()) {
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 301 if (isAffine()) return getOperand(1);
307 /// isAffine - Return true if this is an affine AddRec (i.e., it represents
309 bool isAffine() const {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h 260 bool isAffine() const
  /external/llvm/lib/Analysis/
IVUsers.cpp 56 return AR->isAffine() ||
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 789 if (StoreEv == 0 || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine())
820 if (LoadEv && LoadEv->getLoop() == CurLoop && LoadEv->isAffine() &&
846 if (Ev == 0 || Ev->getLoop() != CurLoop || !Ev->isAffine())
    [all...]
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp 874 if (!AR->isAffine() || !isa<SCEVConstant>(AR->getOperand(1))) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 716 bool has3DTransform() const { return m_transform && !m_transform->isAffine(); }
    [all...]
RenderLayer.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 9256 milliseconds