Home
last modified time | relevance | path

Searched refs:SrcEC (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3346 ElementCount SrcEC = SrcIsVec ? cast<VectorType>(SrcTy)->getElementCount() in castIsValid() local
3356 SrcEC == DstEC && SrcScalarBitSize > DstScalarBitSize; in castIsValid()
3359 SrcEC == DstEC && SrcScalarBitSize < DstScalarBitSize; in castIsValid()
3362 SrcEC == DstEC && SrcScalarBitSize < DstScalarBitSize; in castIsValid()
3365 SrcEC == DstEC && SrcScalarBitSize > DstScalarBitSize; in castIsValid()
3368 SrcEC == DstEC && SrcScalarBitSize < DstScalarBitSize; in castIsValid()
3372 SrcEC == DstEC; in castIsValid()
3376 SrcEC == DstEC; in castIsValid()
3378 if (SrcEC != DstEC) in castIsValid()
3382 if (SrcEC != DstEC) in castIsValid()
[all …]