Home | History | Annotate | Download | only in CBackend

Lines Matching refs:ArgTy

391     Type *ArgTy = *I;
393 assert(ArgTy->isPointerTy());
394 ArgTy = cast<PointerType>(ArgTy)->getElementType();
396 printType(FunctionInnards, ArgTy,
483 Type *ArgTy = *I;
485 assert(ArgTy->isPointerTy());
486 ArgTy = cast<PointerType>(ArgTy)->getElementType();
490 printType(FunctionInnards, ArgTy,
2156 Type *ArgTy = I->getType();
2158 ArgTy = cast<PointerType>(ArgTy)->getElementType();
2161 printType(FunctionInnards, ArgTy,
2183 Type *ArgTy = *I;
2185 assert(ArgTy->isPointerTy());
2186 ArgTy = cast<PointerType>(ArgTy)->getElementType();
2188 printType(FunctionInnards, ArgTy,