Searched refs:CreateGetElementPtr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilderFolder.h | 75 virtual Value *CreateGetElementPtr(Type *Ty, Constant *C, 80 virtual Value *CreateGetElementPtr(Type *Ty, Constant *C, 82 virtual Value *CreateGetElementPtr(Type *Ty, Constant *C,
|
| H A D | ConstantFolder.h | 148 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 153 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 161 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
| H A D | NoFolder.h | 182 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 187 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 195 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|
| H A D | IRBuilder.h | 1804 return Insert(Folder.CreateGetElementPtr(Ty, PC, IdxList), Name); 1836 return Insert(Folder.CreateGetElementPtr(Ty, PC, IC), Name); 1862 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idx), Name); 1885 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idxs), Name); 1908 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idx), Name); 1949 return Insert(Folder.CreateGetElementPtr(Ty, PC, Idxs), Name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 140 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 144 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function 151 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() function
|