Lines Matching full:arrayref
266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
532 ArrayRef<Value *> Args, const Twine &NameStr) {
1332 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList,
1359 static Type *getIndexedTypeInternal(Type *Ptr, ArrayRef<IndexTy> IdxList) {
1384 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) {
1389 ArrayRef<Constant *> IdxList) {
1393 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) {
1647 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
1679 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) {
1703 ArrayRef<unsigned> Idxs) {