Searched refs:SelectCond (Results 1 – 3 of 3) sorted by relevance
874 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local875 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()880 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()893 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()903 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()904 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()907 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
3507 Register SelectCond = Select->getOperand(1).getReg(); in applyFoldBinOpIntoSelect() local3532 Builder.buildSelect(Dst, SelectCond, FoldTrue, FoldFalse, MI.getFlags()); in applyFoldBinOpIntoSelect()
8635 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local8639 return DAG.getNode(RISCVISD::VMERGE_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()