Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp368 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp1540 else if (llvm::CastInst::isBitCastable(IntVal->getType(), ValTy)) in ConvertIntToValueOrAtomic()
1726 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h599 static bool isBitCastable(
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3574 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst
3626 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()