Searched refs:CreateInBoundsGetElementPtr (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DConstantFolder.h136 Constant *CreateInBoundsGetElementPtr(Constant *C, function in class:llvm::ConstantFolder
140 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { function in class:llvm::ConstantFolder
146 Constant *CreateInBoundsGetElementPtr(Constant *C, function in class:llvm::ConstantFolder
H A DTargetFolder.h148 Constant *CreateInBoundsGetElementPtr(Constant *C, function in class:llvm::TargetFolder
152 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { function in class:llvm::TargetFolder
158 Constant *CreateInBoundsGetElementPtr(Constant *C, function in class:llvm::TargetFolder
H A DNoFolder.h195 Constant *CreateInBoundsGetElementPtr(Constant *C, function in class:llvm::NoFolder
199 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { function in class:llvm::NoFolder
205 Instruction *CreateInBoundsGetElementPtr(Constant *C, function in class:llvm::NoFolder
/external/llvm/include/llvm/
H A DIRBuilder.h849 return Insert(Folder.CreateInBoundsGetElementPtr(PC, IdxList), Name);
862 return Insert(Folder.CreateInBoundsGetElementPtr(PC, IC), Name);
878 return Insert(Folder.CreateInBoundsGetElementPtr(PC, Idx), Name);
902 return Insert(Folder.CreateInBoundsGetElementPtr(PC, Idxs), Name);
919 return Insert(Folder.CreateInBoundsGetElementPtr(PC, Idx), Name);
943 return Insert(Folder.CreateInBoundsGetElementPtr(PC, Idxs), Name);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2084 See the method [llvm::LLVMBuilder::CreateInBoundsGetElementPtr]. *)

Completed in 93 milliseconds