Searched refs:isBitCastable (Results 1 – 4 of 4) sorted by relevance
418 if (CastInst::isBitCastable(SrcTy, *RI)) { in init()
1481 if (llvm::CastInst::isBitCastable(Val->getType(), ValTy)) in ConvertToValueOrAtomic()1669 if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
544 isBitCastable(Type *SrcTy, ///< The Type from which the value should be cast.
3148 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst3197 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()