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

/external/llvm/include/llvm/IR/
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/IR/
H A DConstants.cpp1182 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1),
1833 Constant *GEP = getGetElementPtr(
1848 Constant *GEP = getGetElementPtr(NullPtr, Indices);
1865 Constant *GEP = getGetElementPtr(
1906 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, function in class:ConstantExpr

Completed in 714 milliseconds