Searched refs:Res1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1461 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doSanityCheck() local 1465 if (Res1 != -Res2) { in doSanityCheck() 1473 if (Res1 == 0) in doSanityCheck() 1488 if (Res1 != 0 && Res1 == Res4) { in doSanityCheck() 1490 Transitive = Res3 == Res1; in doSanityCheck() 1493 Transitive = Res3 == Res1; in doSanityCheck() 1496 Transitive = Res4 == -Res1; in doSanityCheck() 1502 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 829 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 830 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); 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 | 86 const MCExpr *Res1 = in MakeStartMinusEndExpr() local 91 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2087 Constant *Res1 = ConstantExpr::getTrunc(CI, SrcTy); in visitICmpInstWithCastAndCast() local 2089 Res1, DestTy); in visitICmpInstWithCastAndCast() 2095 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast() 2100 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast() 2103 return new ICmpInst(ICI.getUnsignedPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2194 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 361 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local 363 if (Res1.empty()) in threadSafetyCheckIsSmartPointer()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 169 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument 171 SDValue To[] = { Res0, Res1 }; in CombineTo() 537 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument 538 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27513 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT, in PerformADCCombine() local 27519 return DCI.CombineTo(N, Res1, CarryOut); in PerformADCCombine()
|