Searched defs:Idx0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1153 Value *CreateConstGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name = "") { argument
1156 Value *CreateConstGEP1_32(Type *Ty, Value *Ptr, unsigned Idx0, argument
1165 Value *CreateConstInBoundsGEP1_32(Type *Ty, Value *Ptr, unsigned Idx0, argument
1174 Value *CreateConstGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, argument
1186 Value *CreateConstInBoundsGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, argument
1198 CreateConstGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
1206 CreateConstInBoundsGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
1215 CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
1227 CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp4639 llvm::Value *Idx0 = llvm::ConstantInt::get(SizeTy, 0); local
4652 llvm::Value *Idx0 = llvm::ConstantInt::get(SizeTy, 0); local
4665 llvm::Value *Idx0 = llvm::ConstantInt::get(SizeTy, 0); local

Completed in 60 milliseconds