Lines Matching defs:VT2
16548 bool AArch64TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
16549 if (VT1.isVector() || VT2.isVector() || !VT1.isInteger() || !VT2.isInteger())
16552 uint64_t NumBits2 = VT2.getFixedSizeInBits();
16592 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
16593 if (VT1.isVector() || VT2.isVector() || !VT1.isInteger() || !VT2.isInteger())
16596 unsigned NumBits2 = VT2.getSizeInBits();
16600 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
16602 if (isZExtFree(VT1, VT2)) {
16611 VT2.isSimple() && !VT2.isVector() && VT2.isInteger() &&
29917 MVT VT2;
29920 NumIntermediates, VT2);