Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h875 int64_t ExtTrueVal) const;
H A DRISCVISelLowering.cpp7577 int64_t ExtTrueVal) const { in lowerVectorMaskExt()
7587 SDValue SplatTrueVal = DAG.getConstant(ExtTrueVal, DL, VecVT); in lowerVectorMaskExt()
7601 SDValue SplatTrueVal = DAG.getConstant(ExtTrueVal, DL, XLenVT); in lowerVectorMaskExt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13348 SDValue ExtTrueVal = (SetCCWidth == 1) in foldSextSetcc() local
13352 if (SDValue SCC = SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in foldSextSetcc()
13364 return DAG.getSelect(DL, VT, SetCC, ExtTrueVal, Zero); in foldSextSetcc()