Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateBitCast

942       return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
970 return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
982 return B.CreateBitCast(Result, CI->getType());
988 return StrChr ? B.CreateBitCast(StrChr, CI->getType()) : nullptr;