Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp706 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local
707 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3167 Register SelectCond = Select->getOperand(1).getReg(); in applyFoldBinOpIntoSelect() local
3192 Builder.buildSelect(Dst, SelectCond, FoldTrue, FoldFalse, MI.getFlags()); in applyFoldBinOpIntoSelect()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4947 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local
4950 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()