Searched refs:isBitCastable (Results 1 – 4 of 4) sorted by relevance
368 if (CastInst::isBitCastable(SrcTy, *RI)) { in buildFrom()
1540 else if (llvm::CastInst::isBitCastable(IntVal->getType(), ValTy)) in ConvertIntToValueOrAtomic()1726 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
599 static bool isBitCastable(
3574 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst3626 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()