Lines Matching refs:ArgVec
2116 Constant *ArgVec[] = { C1, C2 }; in get() local
2117 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
2290 std::vector<Constant*> ArgVec; in getGetElementPtr() local
2291 ArgVec.reserve(1 + Idxs.size()); in getGetElementPtr()
2292 ArgVec.push_back(C); in getGetElementPtr()
2307 ArgVec.push_back(Idx); in getGetElementPtr()
2313 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0, in getGetElementPtr()
2333 Constant *ArgVec[] = { LHS, RHS }; in getICmp() local
2335 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, Predicate); in getICmp()
2358 Constant *ArgVec[] = { LHS, RHS }; in getFCmp() local
2360 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, Predicate); in getFCmp()
2385 Constant *ArgVec[] = { Val, Idx }; in getExtractElement() local
2386 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec); in getExtractElement()
2408 Constant *ArgVec[] = { Val, Elt, Idx }; in getInsertElement() local
2409 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
2434 Constant *ArgVec[] = {V1, V2}; in getShuffleVector() local
2435 ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec, 0, 0, Mask); in getShuffleVector()