Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp687 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
689 if (!FalseTy.isInteger()) in performSELECTCombine()
714 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8717 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
8724 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
8729 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
8732 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
8733 else if (FalseTy.isNull()) in shouldNotPrintDirectly()