Searched refs:Res2 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Casting.h | 201 typename cast_retty<To, FromTy>::ret_type Res2 203 return Res2;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Casting.h | 200 typename cast_retty<To, FromTy>::ret_type Res2 202 return Res2;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Casting.h | 219 typename cast_retty<To, FromTy>::ret_type Res2 221 return Res2;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 318 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doSanityCheck() local 321 if (Res1 != -Res2) { in doSanityCheck()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 829 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 831 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator() 833 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 837 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 838 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 840 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 841 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 89 const MCExpr *Res2 = in MakeStartMinusEndExpr() local 92 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1481 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doSanityCheck() local 1484 if (Res1 != -Res2) { in doSanityCheck()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 127 const MCExpr *Res2 = in MakeStartMinusEndExpr() local 130 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2445 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(), Res1, DestTy); in visitICmpInstWithCastAndCast() local 2448 if (Res2 == C) { in visitICmpInstWithCastAndCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3696 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(), Res1, DestTy); in foldICmpWithCastAndCast() local 3699 if (Res2 == C) { in foldICmpWithCastAndCast()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 389 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local 391 if (Res2.empty()) in threadSafetyCheckIsSmartPointer()
|