Lines Matching defs:ArgVec
2048 Constant *ArgVec[] = {Ptr, Key, Disc, AddrDisc};
2049 ConstantPtrAuthKeyType MapKey(ArgVec);
2337 Constant *ArgVec[] = {C1, C2};
2338 ConstantExprKeyType Key(Opcode, ArgVec, Flags);
2489 std::vector<Constant*> ArgVec;
2490 ArgVec.reserve(1 + Idxs.size());
2491 ArgVec.push_back(C);
2506 ArgVec.push_back(Idx);
2509 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, NW.getRaw(),
2531 Constant *ArgVec[] = { Val, Idx };
2532 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec);
2554 Constant *ArgVec[] = { Val, Elt, Idx };
2555 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec);
2580 Constant *ArgVec[] = {V1, V2};
2581 ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec, 0, Mask);