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

/external/llvm/lib/IR/
H A DInstructions.cpp2057 bool CastInst::isIntegerCast() const { function in class:CastInst
/external/clang/lib/Sema/
H A DSemaChecking.cpp5043 bool isIntegerCast = (CE->getCastKind() == CK_IntegralCast); local
5046 if (!isIntegerCast)

Completed in 2226 milliseconds