Home | History | Annotate | Download | only in Support

Lines Matching defs:getInt64

210   /// getInt64 - Get a constant 64-bit value.
211 ConstantInt *getInt64(uint64_t C) {
277 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
288 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
299 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);