Searched refs:isBitCastable (Results 1 – 4 of 4) sorted by relevance
371 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
1437 if (llvm::CastInst::isBitCastable(Val->getType(), ValTy)) in ConvertToValueOrAtomic()1625 if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
625 static bool isBitCastable(
3085 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst3137 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()