Searched refs:CreateInBoundsGetElementPtr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 1802 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, IdxList), 1823 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, IC), Name); 1846 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idx), Name); 1872 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idxs), Name); 1896 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idx), Name); 1932 return Insert(Folder.CreateInBoundsGetElementPtr(Ty, PC, Idxs), Name);
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2416 See the method [llvm::LLVMBuilder::CreateInBoundsGetElementPtr]. *)
|