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