Searched refs:MaxLoadType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 431 IntegerType *const MaxLoadType = in getCompareLoadPairs() local 439 MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs() 445 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs() 530 Type *MaxLoadType = IntegerType::get( in emitLoadCompareBlock() local 537 const LoadPair Loads = getLoadPair(LoadSizeType, BSwapSizeType, MaxLoadType, in emitLoadCompareBlock() 604 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in setupResultBlockPHINodes() local 608 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src1"); in setupResultBlockPHINodes() 610 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src2"); in setupResultBlockPHINodes() 651 Type *MaxLoadType = in getMemCmpOneBlock() local 663 const LoadPair Loads = getLoadPair(LoadSizeType, BSwapSizeType, MaxLoadType, in getMemCmpOneBlock()
|