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 89 "addr-sink-using-gep", cl::Hidden, cl::init(false),
555 // TODO: We might want to insert a new base object relocate and gep off
563 // Accepts a GEP and extracts the operands into a vector provided they're all
565 static bool getGEPSmallConstantIntOffsetV(GetElementPtrInst *GEP,
567 for (unsigned i = 1; i < GEP->getNumOperands(); i++) {
569 auto Op = dyn_cast<ConstantInt>(GEP->getOperand(i));
574 for (unsigned i = 1; i < GEP->getNumOperands(); i++)
575 OffsetV.push_back(GEP->getOperand(i));
613 // Create a Builder and replace the target callsite with a gep
667 // %ptr = gep %base + 1
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 271 /// A helper function that returns GEP instruction and knows to skip a
    [all...]

Completed in 88 milliseconds