Searched refs:DDI (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp80 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back()); local
81 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
82 !isa<MDNode>(DDI->getArgOperand(1))) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back()); local
323 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
324 !isa<MDNode>(DDI->getArgOperand(1))) {

Completed in 15 milliseconds