reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3746 writeOperand(Operand, true); 3822 } else if (isa<ReturnInst>(I) && !Operand) { 3846 Operand = CI->getCalledValue(); 3855 maybePrintCallAddrSpace(Operand, &I, Out); 3864 writeOperand(Operand, false); 3885 Operand = II->getCalledValue(); 3900 maybePrintCallAddrSpace(Operand, &I, Out); 3909 writeOperand(Operand, false); 3928 Operand = CBI->getCalledValue(); 3949 writeOperand(Operand, false); 3998 if (Operand) { 4000 writeOperand(Operand, true); // Work with broken code 4005 if (Operand) { 4007 writeOperand(Operand, true); // Work with broken code 4011 } else if (Operand) { // Print the normal way. 4026 Type *TheType = Operand->getType(); 4034 Operand = I.getOperand(i); 4037 if (Operand && Operand->getType() != TheType) { 4037 if (Operand && Operand->getType() != TheType) {