reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1210 Value *opr0 = CI->getArgOperand(0); 1211 Value *opr1 = CI->getArgOperand(1); 1212 Value *opr2 = CI->getArgOperand(2); 1218 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr2 << "\n"); 1224 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr1 << " + " << *opr2 1232 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << " + " << *opr2 1241 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << " * "