Home | History | Annotate | Download | only in R600

Lines Matching defs:ArgType

945     Type *ArgType = FuncArg->getType();
946 unsigned ArgSizeInBits = ArgType->isPointerTy() ?
947 32 : ArgType->getPrimitiveSizeInBits();
951 assert(!ArgType->isFloatTy() &&