Searched defs:isIntegerCast (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 3051 bool CastInst::isIntegerCast() const { isIntegerCast() function in CastInst |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 14266 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || GetExprRange() local |