Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1900 SDValue CondRes = createFPCmp(DAG, Op.getOperand(1)); in lowerBRCOND() local
1903 if (CondRes.getOpcode() != MipsISD::FPCmp) in lowerBRCOND()
1906 SDValue CCNode = CondRes.getOperand(2); in lowerBRCOND()
1913 FCC0, Dest, CondRes); in lowerBRCOND()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp5737 ExprResult CondRes = CheckCXXBooleanCondition(Cond.get()); in CXXCheckConditionalOperands() local
5738 if (CondRes.isInvalid()) in CXXCheckConditionalOperands()
5740 Cond = CondRes; in CXXCheckConditionalOperands()