Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp371 if (!CI->isIntegerCast()) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h573 LLVM_ABI bool isIntegerCast() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2759 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10667 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in TryGetExprRange() local
10671 if (!isIntegerCast) in TryGetExprRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10023 if (!CI->isIntegerCast()) in updateWithCastInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21587 {"_ZNK4llvm8CastInst13isIntegerCastEv", "llvm::CastInst::isIntegerCast() const"},