Searched refs:MaxLoadType (Results 1 – 1 of 1) sorted by relevance
334 IntegerType *const MaxLoadType = in getCompareLoadPairs() local362 if (LoadSizeType != MaxLoadType) { in getCompareLoadPairs()363 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType); in getCompareLoadPairs()364 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType); in getCompareLoadPairs()369 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs()443 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock() local464 if (LoadSizeType != MaxLoadType) { in emitLoadCompareBlock()465 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType); in emitLoadCompareBlock()466 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType); in emitLoadCompareBlock()529 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src1"); in setupResultBlockPHINodes()[all …]