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