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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp112 LoadPair getLoadPair(Type *LoadSizeType, bool NeedsBSwap, Type *CmpSizeType,
270 MemCmpExpansion::LoadPair MemCmpExpansion::getLoadPair(Type *LoadSizeType, argument
290 LhsSource = Builder.CreateBitCast(LhsSource, LoadSizeType->getPointerTo());
291 RhsSource = Builder.CreateBitCast(RhsSource, LoadSizeType->getPointerTo());
296 Lhs = ConstantFoldLoadFromConstPtr(C, LoadSizeType, DL);
298 Lhs = Builder.CreateAlignedLoad(LoadSizeType, LhsSource, LhsAlign);
302 Rhs = ConstantFoldLoadFromConstPtr(C, LoadSizeType, DL);
304 Rhs = Builder.CreateAlignedLoad(LoadSizeType, RhsSource, RhsAlign);
309 Intrinsic::bswap, LoadSizeType);
315 if (CmpSizeType != nullptr && CmpSizeType != LoadSizeType) {
461 Type *LoadSizeType = local
567 Type *LoadSizeType = IntegerType::get(CI->getContext(), Size * 8); local
[all...]

Completed in 95 milliseconds