Home
last modified time | relevance | path

Searched refs:Res1 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1840 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/
DMCDwarf.cpp114 const MCExpr *Res1 = in MakeStartMinusEndExpr() local
119 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
/external/llvm/include/llvm/Target/
DTargetLowering.h1796 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
/external/clang/lib/Sema/
DSemaDeclAttr.cpp307 DeclContextLookupConstResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local
309 if (Res1.empty()) in threadSafetyCheckIsSmartPointer()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp124 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/
DX86ISelLowering.cpp18232 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT, in PerformADCCombine() local
18237 return DCI.CombineTo(N, Res1, CarryOut); in PerformADCCombine()