Home | History | Annotate | Download | only in IR

Lines Matching defs:getInt64

313   ConstantInt *getInt64(uint64_t C) {
409 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
428 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
449 Dst, Src, getInt64(Size), ElementSize, TBAATag, TBAAStructTag, ScopeTag,
468 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile,
1721 return CreateExtractElement(Vec, getInt64(Idx), Name);
1735 return CreateInsertElement(Vec, NewElt, getInt64(Idx), Name);