Searched refs:ConditionRHS (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 7964 auto ConditionRHS = MIRBuilder.buildICmp( in lowerSADDO_SSUBO() local 7967 MIRBuilder.buildXor(Dst1, ConditionRHS, ResultLowerThanLHS); in lowerSADDO_SSUBO()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 10949 SDValue ConditionRHS = in expandSADDSUBO() local 10953 DAG.getNode(ISD::XOR, dl, OType, ConditionRHS, ResultLowerThanLHS), dl, in expandSADDSUBO()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12489 SDValue ConditionRHS = DAG.getSetCC(DL, OType, RHS, Zero, ISD::SETLT); in ReplaceNodeResults() local 12492 DAG.getNode(ISD::XOR, DL, OType, ConditionRHS, ResultLowerThanLHS); in ReplaceNodeResults()
|