Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp370 if (!CI->isIntegerCast()) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h655 bool isIntegerCast() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2696 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9493 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local
9497 if (!isIntegerCast) in GetExprRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9943 if (!CI->isIntegerCast()) in updateWithCastInst()