Searched refs:isBitCastable (Results 1 – 4 of 4) sorted by relevance
364 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
1647 else if (llvm::CastInst::isBitCastable(IntVal->getType(), ValTy)) in ConvertIntToValueOrAtomic()1831 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
654 static bool isBitCastable(
3553 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst3605 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()