Searched refs:MaxLoadType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp374 IntegerType *const MaxLoadType =
381 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset);
387 Diff = Builder.CreateZExt(Diff, MaxLoadType);
463 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); local
469 getLoadPair(LoadSizeType, /*NeedsBSwap=*/DL.isLittleEndian(), MaxLoadType,
528 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); local
532 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src1");
534 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src2");

Completed in 58 milliseconds