Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp707 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
709 if (!FalseTy.isInteger()) in performSELECTCombine()
734 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8137 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
8144 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
8149 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
8152 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
8153 else if (FalseTy.isNull()) in shouldNotPrintDirectly()