Searched refs:IsExtend (Results 1 – 3 of 3) sorted by relevance
1205 bool IsExtend) { in validateTruncExt() argument1214 if (IsExtend) in validateTruncExt()
243 void validateTruncExt(const LLT Dst, const LLT Src, bool IsExtend);
9826 bool IsExtend = in lowerVectorFPExtendOrRoundLike() local9840 IsExtend && (VT.getVectorElementType() != MVT::f64 || in lowerVectorFPExtendOrRoundLike()9843 bool IsDirectTrunc = !IsExtend && ((VT.getVectorElementType() != MVT::f16 && in lowerVectorFPExtendOrRoundLike()9875 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike()9885 IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::VFNCVT_ROD_VL; in lowerVectorFPExtendOrRoundLike()