Searched refs:Res2 (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 351 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck() local 354 if (Res1 != -Res2) { in doFunctionalCheck()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1161 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 1163 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator() 1165 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 1169 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1170 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1172 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1173 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1178 RHSAlwaysTrue &= Res2.isTrue(); in checkIncorrectLogicOperator() 1179 RHSAlwaysFalse &= Res2.isFalse(); in checkIncorrectLogicOperator()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 127 const MCExpr *Res2 = MCConstantExpr::create(IntVal, Ctx); in makeEndMinusStartExpr() local 128 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx); in makeEndMinusStartExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 181 bool SelectRoundingVLShr(SDValue N, SDValue &Res1, SDValue &Res2) { in SelectRoundingVLShr() argument 206 Res2 = CurDAG->getTargetConstant(ShtAmt, SDLoc(N), MVT::i32); in SelectRoundingVLShr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 4900 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy); in foldICmpWithZextOrSext() local 4903 if (Res2 == C) { in foldICmpWithZextOrSext()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7840 std::pair<T *, bool> Res2 = in performExtractsShuffleAction() local 7850 Mask[I] = (Res2.second ? I : SecMask[I]) + VF; in performExtractsShuffleAction() 7853 Prev = Action(Mask, {Res1.first, Res2.first}); in performExtractsShuffleAction()
|