Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp444 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h603 static bool isBitCastable(
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3166 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst
3218 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()