Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp1402 else if (llvm::CastInst::isBitCastable(IntVal->getType(), ValTy)) in ConvertIntToValueOrAtomic()
1588 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h530 static bool isBitCastable(
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2848 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst
2900 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()