HomeSort by: relevance | last modified time | path
    Searched refs:ExtTrueVal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 513 int64_t ExtTrueVal) const;
RISCVISelLowering.cpp 2975 int64_t ExtTrueVal) const {
2985 SDValue SplatTrueVal = DAG.getConstant(ExtTrueVal, DL, XLenVT);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 10954 SDValue ExtTrueVal = (SetCCWidth == 1)
10959 SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true))
10971 return DAG.getSelect(DL, VT, SetCC, ExtTrueVal, Zero);

Completed in 34 milliseconds