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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp378 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; local
380 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8),
381 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset);
454 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; local
456 if (CurLoadEntry.LoadSize == 1) {
457 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset);
462 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8);
464 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type");
470 CurLoadEntry.Offset);

Completed in 159 milliseconds