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

/external/llvm/include/llvm/IR/
H A DConstants.h1117 static Constant *getGetElementPtr(Type *Ty, Constant *C, function in class:llvm::ConstantExpr
1121 return getGetElementPtr(
1125 static Constant *getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, function in class:llvm::ConstantExpr
1131 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1133 static Constant *getGetElementPtr(Type *Ty, Constant *C,
1142 return getGetElementPtr(Ty, C, IdxList, true);
1149 return getGetElementPtr(Ty, C, Idx, true);
1153 return getGetElementPtr(Ty, C, IdxList, true);
/external/llvm/lib/IR/
H A DConstants.cpp1221 return ConstantExpr::getGetElementPtr(
1887 Constant *GEP = getGetElementPtr(
1902 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices);
1919 Constant *GEP = getGetElementPtr(
1964 Constant *ConstantExpr::getGetElementPtr(Type *Ty, Constant *C, function in class:ConstantExpr

Completed in 369 milliseconds