Searched refs:ZeroExt (Results 1 – 5 of 5) sorted by relevance
119 bool ZeroExt : 1; // isExtend() variable141 SignExt(false), ZeroExt(false) {}333 assert(isExtend() && (SignExt + ZeroExt <= 1) && "Invalid kind / flags!"); in isSignExt()342 assert(isExtend() && (SignExt + ZeroExt <= 1) && "Invalid kind / flags!"); in isZeroExt()343 return ZeroExt; in isZeroExt()347 ZeroExt = ZExt; in setZeroExt()351 assert(isExtend() && (SignExt + ZeroExt <= 1) && "Invalid kind / flags!"); in isNoExt()352 return !SignExt && !ZeroExt; in isNoExt()
536 bool ZeroExt, SelectionDAG &DAG) const;
1508 MVT ResTy, bool ZeroExt, SelectionDAG &DAG) const { in extendHvxVectorPred() argument1513 if (!ZeroExt) in extendHvxVectorPred()
23968 bool ZeroExt = In.getOpcode() == ISD::ZERO_EXTEND; in reduceBuildVecExtToExtBuildVec() local23971 if (!ZeroExt && !AnyExt) { in reduceBuildVecExtToExtBuildVec()
59841 if (SDValue ZeroExt = IsExt64(peekThroughOneUseBitcasts(Src), true)) in combineSCALAR_TO_VECTOR() local59846 DAG.getZExtOrTrunc(ZeroExt, DL, MVT::i32)))); in combineSCALAR_TO_VECTOR()