Searched refs:SelectCond (Results 1 – 2 of 2) sorted by relevance
649 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local650 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()655 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()668 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()678 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()679 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()682 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
3400 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local3403 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()