Lines Matching refs:ArgVec
2257 Constant *ArgVec[] = { C }; in get() local
2258 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
2318 Constant *ArgVec[] = { C1, C2 }; in get() local
2319 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
2452 Constant *ArgVec[] = { C, V1, V2 }; in getSelect() local
2453 ConstantExprKeyType Key(Instruction::Select, ArgVec); in getSelect()
2494 std::vector<Constant*> ArgVec; in getGetElementPtr() local
2495 ArgVec.reserve(1 + Idxs.size()); in getGetElementPtr()
2496 ArgVec.push_back(C); in getGetElementPtr()
2511 ArgVec.push_back(Idx); in getGetElementPtr()
2517 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0, in getGetElementPtr()
2537 Constant *ArgVec[] = { LHS, RHS }; in getICmp() local
2539 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, Predicate); in getICmp()
2562 Constant *ArgVec[] = { LHS, RHS }; in getFCmp() local
2564 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, Predicate); in getFCmp()
2589 Constant *ArgVec[] = { Val, Idx }; in getExtractElement() local
2590 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec); in getExtractElement()
2612 Constant *ArgVec[] = { Val, Elt, Idx }; in getInsertElement() local
2613 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
2638 Constant *ArgVec[] = {V1, V2}; in getShuffleVector() local
2639 ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec, 0, 0, Mask); in getShuffleVector()