Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2038 SDValue CondRes = createFPCmp(DAG, Op.getOperand(1)); in lowerBRCOND() local
2041 if (CondRes.getOpcode() != MipsISD::FPCmp) in lowerBRCOND()
2044 SDValue CCNode = CondRes.getOperand(2); in lowerBRCOND()
2050 FCC0, Dest, CondRes); in lowerBRCOND()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6611 ExprResult CondRes = IsVectorConditional || IsSizelessVectorConditional in CXXCheckConditionalOperands() local
6614 if (CondRes.isInvalid()) in CXXCheckConditionalOperands()
6616 Cond = CondRes; in CXXCheckConditionalOperands()