Searched defs:CondRHS (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2714 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp580 Register CondRHS = getOrCreateVReg(*CB.CmpRHS); local
591 Register CondRHS = getOrCreateVReg(*CB.CmpRHS); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2379 SDValue CondRHS = getValue(CB.CmpRHS); local
H A DDAGCombiner.cpp14158 SDValue CondLHS = N->getOperand(2), CondRHS = N->getOperand(3); local
21092 SDNode *CondRHS = TheSelect->getOperand(1).getNode(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8435 Expr *CondRHS; local

Completed in 343 milliseconds