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

  /external/llvm/include/llvm/
Constants.h 790 static Constant *getGetElementPtr(Constant *C,
793 return getGetElementPtr(C, makeArrayRef((Value * const *)IdxList.data(),
797 static Constant *getGetElementPtr(Constant *C,
803 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 843 ConstantExpr::getGetElementPtr(Op, Ops,
847 ConstantExpr::getGetElementPtr(getOperand(0), Ops,
895 ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1),
    [all...]

Completed in 569 milliseconds