Home
last modified time | relevance | path

Searched defs:isIntegerCast (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2649 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10890 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local