Home
last modified time | relevance | path

Searched refs:Res2 (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
DCasting.h201 typename cast_retty<To, FromTy>::ret_type Res2
203 return Res2;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h200 typename cast_retty<To, FromTy>::ret_type Res2
202 return Res2;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCasting.h219 typename cast_retty<To, FromTy>::ret_type Res2
221 return Res2;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp318 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doSanityCheck() local
321 if (Res1 != -Res2) { in doSanityCheck()
/external/clang/lib/Analysis/
DCFG.cpp829 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/
DMCDwarf.cpp89 const MCExpr *Res2 = in MakeStartMinusEndExpr() local
92 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1481 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/
DMCDwarf.cpp127 const MCExpr *Res2 = in MakeStartMinusEndExpr() local
130 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2445 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/
DInstCombineCompares.cpp3696 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(), Res1, DestTy); in foldICmpWithCastAndCast() local
3699 if (Res2 == C) { in foldICmpWithCastAndCast()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp389 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local
391 if (Res2.empty()) in threadSafetyCheckIsSmartPointer()