Searched refs:CBType (Results 1 – 1 of 1) sorted by relevance
521 auto *CBType = dyn_cast<IntegerType>(CB.getType()); in findCallSiteInfo() local522 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo()