Home
last modified time | relevance | path

Searched refs:CreateInBoundsGetElementPtr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilderFolder.h84 virtual Value *CreateInBoundsGetElementPtr(
89 virtual Value *CreateInBoundsGetElementPtr(Type *Ty, Constant *C,
91 virtual Value *CreateInBoundsGetElementPtr(
H A DConstantFolder.h166 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
171 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() function
179 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
H A DNoFolder.h200 Constant *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
205 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() function
213 Instruction *CreateInBoundsGetElementPtr( in CreateInBoundsGetElementPtr() function
H A DIRBuilder.h1802 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 DTargetFolder.h156 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 Dllvm.mli2416 See the method [llvm::LLVMBuilder::CreateInBoundsGetElementPtr]. *)