Searched refs:CreateGetElementPtr (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 150 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() function 157 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
D | NoFolder.h | 214 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 219 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() function 226 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
D | IRBuilder.h | 1822 return Insert(Folder.CreateGetElementPtr(Ty, PC, IdxList), Name); 1854 return Insert(Folder.CreateGetElementPtr(Ty, PC, IC), Name); 1875 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idx), Name); 1898 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idxs), Name); 1921 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idx), Name); 1953 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idxs), Name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 135 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 139 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() function 145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|