Searched defs:IdxList (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1245 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList, argument
1271 getInBoundsGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) argument
1282 getInBoundsGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> IdxList) argument
H A DIRBuilder.h1781 Value *CreateGEP(Type *Ty, Value *Ptr, ArrayRef<Value *> IdxList, argument
1791 Value *CreateInBoundsGEP(Type *Ty, Value *Ptr, ArrayRef<Value *> IdxList, argument
H A DInstructions.h993 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, argument
966 Create(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
978 Create(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1002 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1086 getGEPReturnType(Type *ElTy, Value *Ptr, ArrayRef<Value *> IdxList) argument
1159 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, Instruction *InsertBefore) argument
1173 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DConstantsContext.h220 Create(Type *SrcElementTy, Constant *C, ArrayRef<Constant *> IdxList, Type *DestTy, unsigned Flags) argument
H A DConstantFold.cpp121 SmallVector<Value*, 8> IdxList; local
H A DInstructions.cpp1840 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, argument
1889 static Type *getIndexedTypeInternal(Type *Ty, ArrayRef<IndexTy> IdxList) { argument
1900 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { argument
1904 getIndexedType(Type *Ty, ArrayRef<Constant *> IdxList) argument
1909 getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp448 SmallVector<Value *, 4> IdxList; local
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1344 typedef std::vector<const CodeGenSubRegIndex*> IdxList; typedef
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1092 SmallVector<Value*, 4> IdxList; local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp5263 EmitCheckedInBoundsGEP(llvm::Type *ElemTy, Value *Ptr, ArrayRef<Value *> IdxList, bool SignedIndices, bool IsSubtraction, SourceLocation Loc, const Twine &Name) argument

Completed in 201 milliseconds