Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp268 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs() local
271 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in getCompareLoadPairs()
283 if (CurLoadEntry.Offset != 0) { in getCompareLoadPairs()
286 ConstantInt::get(LoadSizeType, CurLoadEntry.getGEPIndex())); in getCompareLoadPairs()
289 ConstantInt::get(LoadSizeType, CurLoadEntry.getGEPIndex())); in getCompareLoadPairs()
378 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; in emitLoadCompareBlock() local
380 if (CurLoadEntry.LoadSize == 1) { in emitLoadCompareBlock()
382 CurLoadEntry.getGEPIndex()); in emitLoadCompareBlock()
387 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()
389 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type"); in emitLoadCompareBlock()
[all …]