Searched refs:CurLoadEntry (Results 1 – 1 of 1) sorted by relevance
395 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs() local397 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8), in getCompareLoadPairs()398 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs()475 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; in emitLoadCompareBlock() local477 if (CurLoadEntry.LoadSize == 1) { in emitLoadCompareBlock()478 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset); in emitLoadCompareBlock()483 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()485 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type"); in emitLoadCompareBlock()491 CurLoadEntry.Offset); in emitLoadCompareBlock()