Searched refs:SelectCond (Results 1 – 3 of 3) sorted by relevance
706 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local707 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()712 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()725 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()735 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()736 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()739 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
3167 Register SelectCond = Select->getOperand(1).getReg(); in applyFoldBinOpIntoSelect() local3192 Builder.buildSelect(Dst, SelectCond, FoldTrue, FoldFalse, MI.getFlags()); in applyFoldBinOpIntoSelect()
4947 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local4950 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()