Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp383 if (!CI->isIntegerCast()) in getInstructionCost()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h629 bool isIntegerCast() const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3049 bool CastInst::isIntegerCast() const { in isIntegerCast() function in CastInst
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12525 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange() local
12529 if (!isIntegerCast) in GetExprRange()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9792 if (!CI->isIntegerCast()) in updateWithCastInst()