Searched refs:getPrevNonDebugInstruction (Results 1 – 2 of 2) sorted by relevance
619 const Instruction *getPrevNonDebugInstruction() const;620 Instruction *getPrevNonDebugInstruction() {622 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction());
623 const Instruction *Instruction::getPrevNonDebugInstruction() const { in getPrevNonDebugInstruction() function in Instruction