Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp649 Value *SelectCond = SI->getCondition(); in simplifyDivRemOfSelectWithZeroOp() local
650 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3400 SDValue SelectCond = in LowerINTRINSIC_WO_CHAIN() local
3403 return DAG.getNode(RISCVISD::VSELECT_VL, DL, VT, SelectCond, SplattedVal, in LowerINTRINSIC_WO_CHAIN()