Searched refs:In1 (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEComponentTransferElement.h43 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEMergeNodeElement.h44 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEOffsetElement.h44 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFETileElement.h43 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEBlendElement.h69 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEDiffuseLightingElement.h52 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEDropShadowElement.h48 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEGaussianBlurElement.h51 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFESpecularLightingElement.h51 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEColorMatrixElement.h83 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFECompositeElement.h91 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEConvolveMatrixElement.h89 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEDisplacementMapElement.h84 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEMergeNodeElement.cpp38 DEFINE_ANIMATED_STRING(SVGFEMergeNodeElement, SVGNames::inAttr, In1, in1)
H A DSVGFEMorphologyElement.h79 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFETileElement.cpp37 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1)
H A DSVGFEComponentTransferElement.cpp40 DEFINE_ANIMATED_STRING(SVGFEComponentTransferElement, SVGNames::inAttr, In1, in1)
H A DSVGFEBlendElement.cpp37 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::inAttr, In1, in1)
H A DSVGFEOffsetElement.cpp36 DEFINE_ANIMATED_STRING(SVGFEOffsetElement, SVGNames::inAttr, In1, in1)
H A DSVGFEColorMatrixElement.cpp36 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1)
H A DSVGFEDisplacementMapElement.cpp35 DEFINE_ANIMATED_STRING(SVGFEDisplacementMapElement, SVGNames::inAttr, In1, in1)
H A DSVGFEDropShadowElement.cpp37 DEFINE_ANIMATED_STRING(SVGFEDropShadowElement, SVGNames::inAttr, In1, in1)
H A DSVGFEGaussianBlurElement.cpp37 DEFINE_ANIMATED_STRING(SVGFEGaussianBlurElement, SVGNames::inAttr, In1, in1)
H A DSVGFEMorphologyElement.cpp36 DEFINE_ANIMATED_STRING(SVGFEMorphologyElement, SVGNames::inAttr, In1, in1)
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp45 ConstantInt *In1, ConstantInt *In2,
48 return Result->getValue().ult(In1->getValue());
51 return Result->getValue().sgt(In1->getValue());
52 return Result->getValue().slt(In1->getValue());
55 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
57 static bool AddWithOverflow(Constant *&Result, Constant *In1, argument
59 Result = ConstantExpr::getAdd(In1, In2);
61 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) {
63 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i);
65 ExtractElement(In1, Id
44 HasAddOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
78 HasSubOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
92 SubWithOverflow(Constant *&Result, Constant *In1, Constant *In2, bool IsSigned = false) argument
[all...]

Completed in 268 milliseconds

12