HomeSort by relevance Sort by last modified time
    Searched defs:DDI (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Utils/
Local.cpp 279 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
280 if (DDI->getAddress())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 80 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
81 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
82 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
323 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
324 !isa<MDNode>(DDI->getArgOperand(1))) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 204 milliseconds