Home
last modified time | relevance | path

Searched refs:SelectCond (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp655 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local
656 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3636 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local
3639 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()