/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/llvm/lib/MC/ |
MCDwarf.cpp | 114 const MCExpr *Res1 = 119 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/external/clang/lib/Sema/ |
SemaDeclAttr.cpp | 307 DeclContextLookupConstResult Res1 = RT->getDecl()->lookup( 309 if (Res1.empty()) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 124 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, 126 SDValue To[] = { Res0, Res1 }; 390 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { 391 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |