Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp800 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local
801 if (SI->use_empty() && SelectCond->hasOneUse()) in simplifyDivRemOfSelectWithZeroOp()
806 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp()
819 } else if (Op == SelectCond) { in simplifyDivRemOfSelectWithZeroOp()
829 if (&*BBI == SelectCond) in simplifyDivRemOfSelectWithZeroOp()
830 SelectCond = nullptr; in simplifyDivRemOfSelectWithZeroOp()
833 if (!SelectCond && !SI) in simplifyDivRemOfSelectWithZeroOp()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3239 Register SelectCond = Select->getOperand(1).getReg(); in applyFoldBinOpIntoSelect() local
3264 Builder.buildSelect(Dst, SelectCond, FoldTrue, FoldFalse, MI.getFlags()); in applyFoldBinOpIntoSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5684 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local
5688 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()