Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateBitCast

882       return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
911 CreateBitCast(CI->getArgOperand(0), CI->getType());
923 return B.CreateBitCast(Result, CI->getType());
929 return StrChr ? B.CreateBitCast(StrChr, CI->getType()) : 0;