mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Remove an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d12f72c11
commit
7eb0bf5fb7
@ -443,19 +443,6 @@ namespace llvm {
|
|||||||
return getExtendedVectorVT(Context, VT, NumElements);
|
return getExtendedVectorVT(Context, VT, NumElements);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// getIntVectorWithNumElements - Return any integer vector type that has
|
|
||||||
/// the specified number of elements.
|
|
||||||
static EVT getIntVectorWithNumElements(LLVMContext &C, unsigned NumElts) {
|
|
||||||
switch (NumElts) {
|
|
||||||
default: return getVectorVT(C, MVT::i8, NumElts);
|
|
||||||
case 1: return MVT::v1i64;
|
|
||||||
case 2: return MVT::v2i32;
|
|
||||||
case 4: return MVT::v4i16;
|
|
||||||
case 8: return MVT::v8i8;
|
|
||||||
case 16: return MVT::v16i8;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// changeVectorElementTypeToInteger - Return a vector with the same number
|
/// changeVectorElementTypeToInteger - Return a vector with the same number
|
||||||
/// of elements as this vector, but with the element type converted to an
|
/// of elements as this vector, but with the element type converted to an
|
||||||
/// integer type with the same bitwidth.
|
/// integer type with the same bitwidth.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user