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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp338 IntegerType *const MaxLoadType =
366 if (LoadSizeType != MaxLoadType) {
367 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType);
368 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType);
373 Diff = Builder.CreateZExt(Diff, MaxLoadType);
449 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); local
470 if (LoadSizeType != MaxLoadType) {
471 LoadSrc1 = Builder.CreateZExt(LoadSrc1, MaxLoadType);
472 LoadSrc2 = Builder.CreateZExt(LoadSrc2, MaxLoadType);
531 Type *MaxLoadType local
[all...]

Completed in 104 milliseconds