Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp347 if (!CI->isIntegerCast()) in getUserCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h631 bool isIntegerCast() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2663 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11163 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local
11167 if (!isIntegerCast) in GetExprRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8931 if (!CI->isIntegerCast()) in updateWithCastInst()