HomeSort by relevance Sort by last modified time
    Searched defs:Gep (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 85 "addr-sink-using-gep", cl::Hidden, cl::init(false),
550 // TODO: We might want to insert a new base object relocate and gep off
558 // Accepts a GEP and extracts the operands into a vector provided they're all
560 static bool getGEPSmallConstantIntOffsetV(GetElementPtrInst *GEP,
562 for (unsigned i = 1; i < GEP->getNumOperands(); i++) {
564 auto Op = dyn_cast<ConstantInt>(GEP->getOperand(i));
569 for (unsigned i = 1; i < GEP->getNumOperands(); i++)
570 OffsetV.push_back(GEP->getOperand(i));
600 // Create a Builder and replace the target callsite with a gep
620 // %ptr = gep %base + 1
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 738 /// when the last index of the GEP is the induction variable, or that the
    [all...]

Completed in 497 milliseconds