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.cpp371 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1437 if (llvm::CastInst::isBitCastable(Val->getType(), ValTy)) in ConvertToValueOrAtomic()
1625 if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h625 static bool isBitCastable(
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3085 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst
3137 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()