Searched refs:MaxLoadType (Results 1 – 1 of 1) sorted by relevance
264 IntegerType *const MaxLoadType = in getCompareLoadPairs() local306 if (LoadSizeType != MaxLoadType) { in getCompareLoadPairs()307 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType); in getCompareLoadPairs()308 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType); in getCompareLoadPairs()313 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs()388 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock() local422 if (LoadSizeType != MaxLoadType) { in emitLoadCompareBlock()423 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType); in emitLoadCompareBlock()424 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType); in emitLoadCompareBlock()483 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in setupResultBlockPHINodes() local[all …]