Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp95 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned GEPIndex);
197 unsigned GEPIndex) { in emitLoadCompareByteBlock() argument
210 if (GEPIndex != 0) { in emitLoadCompareByteBlock()
212 ConstantInt::get(LoadSizeType, GEPIndex)); in emitLoadCompareByteBlock()
214 ConstantInt::get(LoadSizeType, GEPIndex)); in emitLoadCompareByteBlock()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp863 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); in getAsConstantIndexedAddress() local
865 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp805 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1)); in getAsConstantIndexedAddress() local
807 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType)); in getAsConstantIndexedAddress()