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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp342 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; local
345 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8);
348 CurLoadEntry.Offset);
350 CurLoadEntry.Offset);
440 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; local
442 if (CurLoadEntry.LoadSize == 1) {
443 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset);
448 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8);
450 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type");
455 CurLoadEntry
[all...]

Completed in 165 milliseconds