Lines Matching defs:ArgVec
2074 Constant *ArgVec[] = {Ptr, Key, Disc, AddrDisc};
2075 ConstantPtrAuthKeyType MapKey(ArgVec);
2375 Constant *ArgVec[] = {C1, C2};
2376 ConstantExprKeyType Key(Opcode, ArgVec, Flags);
2528 std::vector<Constant*> ArgVec;
2529 ArgVec.reserve(1 + Idxs.size());
2530 ArgVec.push_back(C);
2545 ArgVec.push_back(Idx);
2548 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, NW.getRaw(),
2570 Constant *ArgVec[] = { Val, Idx };
2571 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec);
2593 Constant *ArgVec[] = { Val, Elt, Idx };
2594 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec);
2619 Constant *ArgVec[] = {V1, V2};
2620 ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec, 0, Mask);