Home
last modified time | relevance | path

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

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