Lines Matching full:arrayref
266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
545 ArrayRef<Value *> Args, const Twine &NameStr) {
1244 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList,
1271 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) {
1292 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) {
1297 ArrayRef<Constant *> IdxList) {
1301 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) {
1555 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
1587 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) {
1611 ArrayRef<unsigned> Idxs) {