Home | History | Annotate | Download | only in IR

Lines Matching refs:Idx1

1295   Value *CreateConstGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1,
1299 ConstantInt::get(Type::getInt32Ty(Context), Idx1)
1308 unsigned Idx1, const Twine &Name = "") {
1311 ConstantInt::get(Type::getInt32Ty(Context), Idx1)
1336 Value *CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1,
1340 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
1348 Value *CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1,
1352 ConstantInt::get(Type::getInt64Ty(Context), Idx1)