Searched refs:ExtTrueVal (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 666 int64_t ExtTrueVal) const;
|
| H A D | RISCVISelLowering.cpp | 4947 int64_t ExtTrueVal) const { in lowerVectorMaskExt() 4957 SDValue SplatTrueVal = DAG.getConstant(ExtTrueVal, DL, VecVT); in lowerVectorMaskExt() 4971 SDValue SplatTrueVal = DAG.getConstant(ExtTrueVal, DL, XLenVT); in lowerVectorMaskExt()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 12409 SDValue ExtTrueVal = (SetCCWidth == 1) in foldSextSetcc() local 12413 if (SDValue SCC = SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in foldSextSetcc() 12425 return DAG.getSelect(DL, VT, SetCC, ExtTrueVal, Zero); in foldSextSetcc()
|