reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2591 if (&BB->back() != result) return nullptr; 2593 llvm::Type *resultType = result->getType(); 2596 llvm::Instruction *generator = cast<llvm::Instruction>(result); 2650 result = call->getArgOperand(0); 2655 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(result)) { 2658 result = bitcast->getOperand(0); 2667 result = CGF.EmitARCRetainAutoreleaseReturnValue(result); 2667 result = CGF.EmitARCRetainAutoreleaseReturnValue(result); 2670 return CGF.Builder.CreateBitCast(result, resultType);