Searched refs:ExtTrueVal (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 513 int64_t ExtTrueVal) const;
|
H A D | RISCVISelLowering.cpp | 2975 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 D | DAGCombiner.cpp | 10954 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()
|