Searched refs:isBitCastable (Results 1 – 3 of 3) sorted by relevance
1402 else if (llvm::CastInst::isBitCastable(IntVal->getType(), ValTy)) in ConvertIntToValueOrAtomic()1588 else if (llvm::BitCastInst::isBitCastable(Value->getType(), InputIntTy)) in convertRValueToInt()
530 static bool isBitCastable(
2848 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst2900 return isBitCastable(SrcTy, DestTy); in isBitOrNoopPointerCastable()