Lines Matching refs:ArgVec
1829 Constant *ArgVec[] = { C }; in get() local
1830 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
1908 Constant *ArgVec[] = { C1, C2 }; in get() local
1909 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags); in get()
1988 Constant *ArgVec[] = { C, V1, V2 }; in getSelect() local
1989 ConstantExprKeyType Key(Instruction::Select, ArgVec); in getSelect()
2029 std::vector<Constant*> ArgVec; in getGetElementPtr() local
2030 ArgVec.reserve(1 + Idxs.size()); in getGetElementPtr()
2031 ArgVec.push_back(C); in getGetElementPtr()
2040 ArgVec.push_back(Idx); in getGetElementPtr()
2046 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0, in getGetElementPtr()
2066 Constant *ArgVec[] = { LHS, RHS }; in getICmp() local
2068 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, pred); in getICmp()
2091 Constant *ArgVec[] = { LHS, RHS }; in getFCmp() local
2093 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, pred); in getFCmp()
2118 Constant *ArgVec[] = { Val, Idx }; in getExtractElement() local
2119 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec); in getExtractElement()
2141 Constant *ArgVec[] = { Val, Elt, Idx }; in getInsertElement() local
2142 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
2164 Constant *ArgVec[] = { V1, V2, Mask }; in getShuffleVector() local
2165 const ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec); in getShuffleVector()
2188 Constant *ArgVec[] = { Agg, Val }; in getInsertValue() local
2189 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs); in getInsertValue()
2212 Constant *ArgVec[] = { Agg }; in getExtractValue() local
2213 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs); in getExtractValue()