Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp4035 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local
4042 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()
4047 if (TrueTy == FalseTy) in shouldNotPrintDirectly()
4050 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()
4051 else if (FalseTy.isNull()) in shouldNotPrintDirectly()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp595 EVT FalseTy = False.getValueType(); in performSELECTCombine() local
597 if (!FalseTy.isInteger()) in performSELECTCombine()
621 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()