Searched refs:Res1 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1840 Constant *Res1 = ConstantExpr::getTrunc(CI, SrcTy); in visitICmpInstWithCastAndCast() local 1842 Res1, DestTy); in visitICmpInstWithCastAndCast() 1848 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast() 1853 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast() 1856 return new ICmpInst(ICI.getUnsignedPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 114 const MCExpr *Res1 = in MakeStartMinusEndExpr() local 119 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1796 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 307 DeclContextLookupConstResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local 309 if (Res1.empty()) in threadSafetyCheckIsSmartPointer()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 124 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument 126 SDValue To[] = { Res0, Res1 }; in CombineTo() 390 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument 391 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18232 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT, in PerformADCCombine() local 18237 return DCI.CombineTo(N, Res1, CarryOut); in PerformADCCombine()
|