Searched refs:CreateInBoundsGetElementPtr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilderFolder.h | 84 virtual Value *CreateInBoundsGetElementPtr( 89 virtual Value *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, 91 virtual Value *CreateInBoundsGetElementPtr(
|
| H A D | ConstantFolder.h | 166 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function 171 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() function 179 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
|
| H A D | NoFolder.h | 200 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function 205 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() function 213 Instruction *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
|
| H A D | IRBuilder.h | 1827 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, IdxList), 1844 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, IC), Name); 1872 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idx), Name); 1898 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idxs), Name); 1927 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idx), Name); 1971 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idxs), Name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 156 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function 160 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() function 167 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
|