Home
last modified time | relevance | path

Searched refs:CBType (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp479 auto *CBType = dyn_cast<IntegerType>(CB.getType()); in findCallSiteInfo() local
480 if (!CBType || CBType->getBitWidth() > 64 || CB.arg_empty()) in findCallSiteInfo()