Searched refs:CreateGetElementPtr (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 121 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 125 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() function 131 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
D | NoFolder.h | 180 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 184 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() function 190 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
D | IRBuilder.h | 1032 return Insert(Folder.CreateGetElementPtr(Ty, PC, IdxList), Name); 1060 return Insert(Folder.CreateGetElementPtr(Ty, PC, IC), Name); 1078 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idx), Name); 1099 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idxs), Name); 1119 return Insert(Folder.CreateGetElementPtr(nullptr, PC, Idx), Name); 1140 return Insert(Folder.CreateGetElementPtr(nullptr, PC, Idxs), Name);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 133 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 137 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() function 143 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2261 See the method [llvm::LLVMBuilder::CreateGetElementPtr]. *)
|