Lines Matching refs:ArgVec
2281 Constant *ArgVec[] = { C }; in get() local
2282 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
2340 Constant *ArgVec[] = { C1, C2 }; in get() local
2341 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
2420 Constant *ArgVec[] = { C, V1, V2 }; in getSelect() local
2421 ConstantExprKeyType Key(Instruction::Select, ArgVec); in getSelect()
2462 std::vector<Constant*> ArgVec; in getGetElementPtr() local
2463 ArgVec.reserve(1 + Idxs.size()); in getGetElementPtr()
2464 ArgVec.push_back(C); in getGetElementPtr()
2479 ArgVec.push_back(Idx); in getGetElementPtr()
2485 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0, in getGetElementPtr()
2505 Constant *ArgVec[] = { LHS, RHS }; in getICmp() local
2507 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, pred); in getICmp()
2530 Constant *ArgVec[] = { LHS, RHS }; in getFCmp() local
2532 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, pred); in getFCmp()
2557 Constant *ArgVec[] = { Val, Idx }; in getExtractElement() local
2558 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec); in getExtractElement()
2580 Constant *ArgVec[] = { Val, Elt, Idx }; in getInsertElement() local
2581 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
2606 Constant *ArgVec[] = {V1, V2}; in getShuffleVector() local
2607 ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec, 0, 0, None, Mask); in getShuffleVector()
2630 Constant *ArgVec[] = { Agg, Val }; in getInsertValue() local
2631 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
2654 Constant *ArgVec[] = { Agg }; in getExtractValue() local
2655 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue()