Searched refs:I64Ty (Results 1 – 4 of 4) sorted by relevance
111 auto *I64Ty = Type::getInt64Ty(M.getContext()); in CtxInstrumentationLowerer() local123 I64Ty, /*Guid*/ in CtxInstrumentationLowerer()157 I64Ty, /*Guid*/ I32Ty, in CtxInstrumentationLowerer()165 I64Ty, /*Guid*/ in CtxInstrumentationLowerer()
92 Type *I64Ty; member in __anon391133dc0111::AArch64Arm64ECCallLowering180 Arm64ArgTypes.push_back(I64Ty); in getThunkArgTypes()181 X64ArgTypes.push_back(I64Ty); in getThunkArgTypes()190 Arm64ArgTypes.push_back(I64Ty); in getThunkArgTypes()194 X64ArgTypes.push_back(I64Ty); in getThunkArgTypes()261 Arm64RetTy = I64Ty; in getThunkRetType()262 X64RetTy = I64Ty; in getThunkRetType()370 return direct(I64Ty); in canonicalizeThunkType()792 I64Ty = Type::getInt64Ty(M->getContext()); in runOnModule()
465 Type *I64Ty = Type::getInt64Ty(Context); in getMemcpyLoopResidualLoweringType() local467 OpsOut.push_back(I64Ty); in getMemcpyLoopResidualLoweringType()
1175 Type *I64Ty = Builder.getInt64Ty(); in getMul64() local1177 Value *LHS_EXT64 = Builder.CreateZExt(LHS, I64Ty); in getMul64()1178 Value *RHS_EXT64 = Builder.CreateZExt(RHS, I64Ty); in getMul64()