Searched refs:MaxLoadType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 390 IntegerType *const MaxLoadType = in getCompareLoadPairs() local 397 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs() 403 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs() 483 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock() local 489 getLoadPair(LoadSizeType, /*NeedsBSwap=*/DL.isLittleEndian(), MaxLoadType, in emitLoadCompareBlock() 556 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in setupResultBlockPHINodes() local 560 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src1"); in setupResultBlockPHINodes() 562 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src2"); in setupResultBlockPHINodes()
|