Home
last modified time | relevance | path

Searched refs:FalseTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp589 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
591 if (!FalseTy.isInteger()) in performSELECTCombine()
615 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/external/clang/lib/Sema/
DSemaChecking.cpp5086 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
5093 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
5098 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
5101 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
5102 else if (FalseTy.isNull()) in shouldNotPrintDirectly()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp688 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
690 if (!FalseTy.isInteger()) in performSELECTCombine()
715 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp689 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
691 if (!FalseTy.isInteger()) in performSELECTCombine()
716 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8514 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
8521 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
8526 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
8529 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
8530 else if (FalseTy.isNull()) in shouldNotPrintDirectly()