Searched refs:SelectCond (Results 1 – 2 of 2) sorted by relevance
655 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local656 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()661 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()674 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()684 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()685 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()688 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
3636 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local3639 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()