Searched refs:isBitCastable (Results 1 – 3 of 3) sorted by relevance
1002 if (!CastInst::isBitCastable(NewRetTy, OldRetTy)) { in transformConstExprCastCall()1043 if (!CastInst::isBitCastable(ActTy, ParamTy)) in transformConstExprCastCall()
535 static bool isBitCastable(
2602 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst