Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp574 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
576 if (!FalseTy.isInteger()) in performSELECTCombine()
600 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
/external/clang/lib/Sema/
DSemaChecking.cpp3727 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
3734 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
3739 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
3742 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
3743 else if (FalseTy.isNull()) in shouldNotPrintDirectly()