Searched refs:Res2 (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 330 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck() local 333 if (Res1 != -Res2) { in doFunctionalCheck()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1183 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 1185 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator() 1187 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 1191 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1192 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1194 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1195 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1200 RHSAlwaysTrue &= Res2.isTrue(); in checkIncorrectLogicOperator() 1201 RHSAlwaysFalse &= Res2.isFalse(); in checkIncorrectLogicOperator()
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 131 const MCExpr *Res2 = MCConstantExpr::create(IntVal, Ctx); in makeEndMinusStartExpr() local 132 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx); in makeEndMinusStartExpr()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 177 bool SelectRoundingVLShr(SDValue N, SDValue &Res1, SDValue &Res2) { in SelectRoundingVLShr() argument 202 Res2 = CurDAG->getTargetConstant(ShtAmt, SDLoc(N), MVT::i32); in SelectRoundingVLShr()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 10406 std::pair<T *, bool> Res2 = in performExtractsShuffleAction() local 10416 Mask[I] = (Res2.second ? I : SecMask[I]) + VF; in performExtractsShuffleAction() 10419 Prev = Action(Mask, {Res1.first, Res2.first}); in performExtractsShuffleAction()
|