Searched refs:SelectCond (Results 1 – 3 of 3) sorted by relevance
800 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local801 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()806 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()819 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()829 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()830 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()833 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
3239 Register SelectCond = Select->getOperand(1).getReg(); in applyFoldBinOpIntoSelect() local3264 Builder.buildSelect(Dst, SelectCond, FoldTrue, FoldFalse, MI.getFlags()); in applyFoldBinOpIntoSelect()
5684 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local5688 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()