Searched defs:getGetElementPtr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DConstants.h1018 static Constant *getGetElementPtr(Constant *C, function in class:llvm::ConstantExpr
1021 return getGetElementPtr(C, makeArrayRef((Value * const *)IdxList.data(),
1025 static Constant *getGetElementPtr(Constant *C, function in class:llvm::ConstantExpr
1031 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
1033 static Constant *getGetElementPtr(Constant *C,
1041 return getGetElementPtr(C, IdxList, true);
1048 return getGetElementPtr(C, Idx, true);
1052 return getGetElementPtr(C, IdxList, true);
/external/llvm/lib/VMCore/
H A DConstants.cpp1086 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1),
1665 Constant *GEP = getGetElementPtr(
1680 Constant *GEP = getGetElementPtr(NullPtr, Indices);
1697 Constant *GEP = getGetElementPtr(
1740 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, function in class:ConstantExpr

Completed in 66 milliseconds