Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp394 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs() local
396 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8), in getCompareLoadPairs()
397 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs()
474 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; in emitLoadCompareBlock() local
476 if (CurLoadEntry.LoadSize == 1) { in emitLoadCompareBlock()
477 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset); in emitLoadCompareBlock()
482 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()
484 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type"); in emitLoadCompareBlock()
490 CurLoadEntry.Offset); in emitLoadCompareBlock()