Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h513 int64_t ExtTrueVal) const;
H A DRISCVISelLowering.cpp2975 int64_t ExtTrueVal) const { in lowerVectorMaskExt()
2985 SDValue SplatTrueVal = DAG.getConstant(ExtTrueVal, DL, XLenVT); in lowerVectorMaskExt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10954 SDValue ExtTrueVal = (SetCCWidth == 1) in visitSIGN_EXTEND() local
10959 SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in visitSIGN_EXTEND()
10971 return DAG.getSelect(DL, VT, SetCC, ExtTrueVal, Zero); in visitSIGN_EXTEND()