HomeSort by relevance Sort by last modified time
    Searched refs:GEPIndex (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandMemCmp.cpp 95 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned GEPIndex);
194 // GEPIndex. It then subtracts the two loaded values and adds this result to the
197 unsigned GEPIndex) {
209 // Get the base address using the GEPIndex.
210 if (GEPIndex != 0) {
212 ConstantInt::get(LoadSizeType, GEPIndex));
214 ConstantInt::get(LoadSizeType, GEPIndex));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 805 Constant *GEPIndex = static_cast<Constant *>(GEP->getOperand(1));
807 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType));
    [all...]

Completed in 400 milliseconds