Home
last modified time | relevance | path

Searched refs:FalseTy (Results 1 – 2 of 2) 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()