Home | History | Annotate | Download | only in IR

Lines Matching refs:ArgVec

1876   Constant *ArgVec[] = { C1, C2 };
1877 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags);
1957 Constant *ArgVec[] = { C, V1, V2 };
1958 ConstantExprKeyType Key(Instruction::Select, ArgVec);
1989 std::vector<Constant*> ArgVec;
1990 ArgVec.reserve(1 + Idxs.size());
1991 ArgVec.push_back(C);
1999 ArgVec.push_back(cast<Constant>(Idxs[i]));
2001 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0,
2022 Constant *ArgVec[] = { LHS, RHS };
2024 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, pred);
2046 Constant *ArgVec[] = { LHS, RHS };
2048 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, pred);
2073 Constant *ArgVec[] = { Val, Idx };
2074 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec);
2096 Constant *ArgVec[] = { Val, Elt, Idx };
2097 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec);
2119 Constant *ArgVec[] = { V1, V2, Mask };
2120 const ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec);
2143 Constant *ArgVec[] = { Agg, Val };
2144 const ConstantExprKeyType Key(Instruction::InsertValue, ArgVec, 0, 0, Idxs);
2167 Constant *ArgVec[] = { Agg };
2168 const ConstantExprKeyType Key(Instruction::ExtractValue, ArgVec, 0, 0, Idxs);