Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp444 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1486 else if (llvm::CastInst::isBitCastable(IntVal->getType(), ValTy)) in ConvertIntToValueOrAtomic()
1672 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h601 static bool isBitCastable(
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3186 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst
3238 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()