Searched refs:DstSz (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20128 const unsigned DstSz = VT.getScalarSizeInBits(); local
20132 assert(DstSz > SrcSz);
20134 Known = Known.sext(DstSz);
20136 Known = Known.zext(DstSz);
20138 assert(DstSz == Known.getBitWidth());
20865 const unsigned DstSz = Op.getValueType().getSizeInBits(); local
20867 assert(DstSz > SrcSz && DstSz <= 64 && SrcSz >= 16 &&
20873 assert(!(DstSz == 32 && Subtarget->hasFP16()) &&
20877 if (SrcSz == 32 && DstSz
20927 const unsigned DstSz = Op.getValueType().getSizeInBits(); local
[all...]

Completed in 169 milliseconds