Searched refs:isConstantLegalOrBeforeLegalizer (Results 1 – 5 of 5) sorted by relevance
39 if (!isConstantLegalOrBeforeLegalizer(DstTy)) in constantFoldICmp()70 if (!isConstantLegalOrBeforeLegalizer(DstTy)) in constantFoldFCmp()
330 !isConstantLegalOrBeforeLegalizer({IdxTy})) in matchExtractVectorElementWithShuffleVector()
369 if (!isConstantLegalOrBeforeLegalizer(DstTy)) in matchCastOfInteger()
170 bool CombinerHelper::isConstantLegalOrBeforeLegalizer(const LLT Ty) const { in isConstantLegalOrBeforeLegalizer() function in CombinerHelper2112 if (!isConstantLegalOrBeforeLegalizer(Ty)) in matchCombineSubToAdd()5215 if (!isConstantLegalOrBeforeLegalizer(MRI.getType(Dst)) || in matchMulOBy0()5216 !isConstantLegalOrBeforeLegalizer(MRI.getType(Carry))) in matchMulOBy0()7370 !isConstantLegalOrBeforeLegalizer(CmpOperandTy)) in tryFoldAndOrOrICmpsUsingRanges()7531 isConstantLegalOrBeforeLegalizer(CmpTy)) { in tryFoldLogicOfFCmps()7535 isConstantLegalOrBeforeLegalizer(CmpTy)) { in tryFoldLogicOfFCmps()7618 if (MaybeLHS && MaybeRHS && isConstantLegalOrBeforeLegalizer(DstTy) && in matchAddOverflow()7619 isConstantLegalOrBeforeLegalizer(CarryTy)) { in matchAddOverflow()7631 if (MaybeRHS && *MaybeRHS == 0 && isConstantLegalOrBeforeLegalizer(CarryTy)) { in matchAddOverflow()[all …]
152 bool isConstantLegalOrBeforeLegalizer(const LLT Ty) const;