reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
38424   unsigned SrcBitsPerElt = 2 * DstBitsPerElt;
38445     SmallVector<APInt, 32> Bits(NumDstElts, APInt::getNullValue(DstBitsPerElt));
38462           if (Val.isSignedIntN(DstBitsPerElt))
38463             Val = Val.trunc(DstBitsPerElt);
38465             Val = APInt::getSignedMinValue(DstBitsPerElt);
38467             Val = APInt::getSignedMaxValue(DstBitsPerElt);
38472           if (Val.isIntN(DstBitsPerElt))
38473             Val = Val.trunc(DstBitsPerElt);
38475             Val = APInt::getNullValue(DstBitsPerElt);
38477             Val = APInt::getAllOnesValue(DstBitsPerElt);