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

12

/external/webkit/Source/WebCore/svg/
H A DSVGFEMergeNodeElement.h44 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEBlendElement.h47 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEColorMatrixElement.h48 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEComponentTransferElement.h44 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEOffsetElement.h46 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFETileElement.h45 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFECompositeElement.h48 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEDiffuseLightingElement.h54 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEDisplacementMapElement.h49 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEGaussianBlurElement.h51 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEMorphologyElement.h52 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFESpecularLightingElement.h53 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEConvolveMatrixElement.h57 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEMergeNodeElement.cpp35 DEFINE_ANIMATED_STRING(SVGFEMergeNodeElement, SVGNames::inAttr, In1, in1)
H A DSVGFETileElement.cpp35 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1)
H A DSVGFEComponentTransferElement.cpp38 DEFINE_ANIMATED_STRING(SVGFEComponentTransferElement, SVGNames::inAttr, In1, in1)
H A DSVGFEBlendElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::inAttr, In1, in1)
H A DSVGFEGaussianBlurElement.cpp35 DEFINE_ANIMATED_STRING(SVGFEGaussianBlurElement, SVGNames::inAttr, In1, in1)
H A DSVGFEOffsetElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEOffsetElement, SVGNames::inAttr, In1, in1)
H A DSVGFEColorMatrixElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1)
H A DSVGFEDisplacementMapElement.cpp33 DEFINE_ANIMATED_STRING(SVGFEDisplacementMapElement, SVGNames::inAttr, In1, in1)
H A DSVGFEMorphologyElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEMorphologyElement, SVGNames::inAttr, In1, in1)
H A DSVGFECompositeElement.cpp34 DEFINE_ANIMATED_STRING(SVGFECompositeElement, SVGNames::inAttr, In1, in1)
H A DSVGFEDiffuseLightingElement.cpp38 DEFINE_ANIMATED_STRING(SVGFEDiffuseLightingElement, SVGNames::inAttr, In1, in1)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp44 ConstantInt *In1, ConstantInt *In2,
47 return Result->getValue().ult(In1->getValue());
50 return Result->getValue().sgt(In1->getValue());
51 return Result->getValue().slt(In1->getValue());
54 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
56 static bool AddWithOverflow(Constant *&Result, Constant *In1, argument
58 Result = ConstantExpr::getAdd(In1, In2);
60 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) {
62 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i);
64 ExtractElement(In1, Id
43 HasAddOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
77 HasSubOverflow(ConstantInt *Result, ConstantInt *In1, ConstantInt *In2, bool IsSigned) argument
91 SubWithOverflow(Constant *&Result, Constant *In1, Constant *In2, bool IsSigned = false) argument
[all...]

Completed in 62 milliseconds

12