Home
last modified time | relevance | path

Searched refs:isBitCastable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp418 if (CastInst::isBitCastable(SrcTy, *RI)) { in init()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1481 if (llvm::CastInst::isBitCastable(Val->getType(), ValTy)) in ConvertToValueOrAtomic()
1669 if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h544 isBitCastable(Type *SrcTy, ///< The Type from which the value should be cast.
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3148 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst
3197 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()