Searched refs:CurLoadEntry (Results 1 – 1 of 1) sorted by relevance
436 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs() local438 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8), nullptr, in getCompareLoadPairs()439 MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs()516 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; in emitLoadCompareBlock() local518 if (CurLoadEntry.LoadSize == 1) { in emitLoadCompareBlock()519 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset); in emitLoadCompareBlock()524 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()528 PowerOf2Ceil(CurLoadEntry.LoadSize * 8)) in emitLoadCompareBlock()532 std::max(MaxLoadSize, (unsigned)PowerOf2Ceil(CurLoadEntry.LoadSize)) * 8); in emitLoadCompareBlock()533 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type"); in emitLoadCompareBlock()[all …]