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.cpp698 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
700 if (!FalseTy.isInteger()) in performSELECTCombine()
725 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7176 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
7183 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
7188 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
7191 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
7192 else if (FalseTy.isNull()) in shouldNotPrintDirectly()