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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp71 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin()); local
72 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
73 !isa<MDNode>(DDI->getArgOperand(1))) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp312 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin()); local
313 if (!isa<MDNode>(DDI->getArgOperand(0)) ||
314 !isa<MDNode>(DDI->getArgOperand(1))) {

Completed in 29 milliseconds