Searched refs:arg_ty (Results 1 – 1 of 1) sorted by relevance
1489 llvm::Type *arg_ty = arg_op->getType(); in Interpret() local1492 if (!arg_ty->isIntegerTy() && !arg_ty->isPointerTy()) { in Interpret()1507 if (arg_ty->isPointerTy()) { in Interpret()1532 rawArgs[i].size = arg_ty->getIntegerBitWidth() / 8; in Interpret()