Home
last modified time | relevance | path

Searched refs:DeltaType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Ddatetime.h145 PyTypeObject *DeltaType; member
203 #define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DeltaType)
204 #define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DeltaType)
223 PyDateTimeAPI->DeltaType)
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp570 IntegerType *DeltaType = in emitBump() local
572 Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride, DeltaType); in emitBump()
575 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump()
581 ConstantInt::get(DeltaType, (-IndexOffset).logBase2()); in emitBump()
584 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); in emitBump()