Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp347 if (!CI->isIntegerCast()) in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h633 bool isIntegerCast() const;
/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/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7802 if (!CI->isIntegerCast()) in updateWithCastInst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10890 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local
10894 if (!isIntegerCast) in GetExprRange()