Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp383 if (!CI->isIntegerCast()) in getInstructionCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h684 bool isIntegerCast() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3051 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14266 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local
14270 if (!isIntegerCast) in GetExprRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9928 if (!CI->isIntegerCast()) in updateWithCastInst()