Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3195 unsigned SrcLength = SrcTy->isVectorTy() ? in castIsValid() local
3205 SrcLength == DstLength && SrcBitSize > DstBitSize; in castIsValid()
3208 SrcLength == DstLength && SrcBitSize < DstBitSize; in castIsValid()
3211 SrcLength == DstLength && SrcBitSize < DstBitSize; in castIsValid()
3214 SrcLength == DstLength && SrcBitSize > DstBitSize; in castIsValid()
3217 SrcLength == DstLength && SrcBitSize < DstBitSize; in castIsValid()
3221 SrcLength == DstLength; in castIsValid()
3225 SrcLength == DstLength; in castIsValid()