Home | History | Annotate | Download | only in Utils

Lines Matching refs:getNullValue

516       return Constant::getNullValue(CI->getType());
553 return Constant::getNullValue(CI->getType());
828 return Constant::getNullValue(CI->getType());
834 return Constant::getNullValue(CI->getType());
884 return Constant::getNullValue(CI->getType());
913 return Constant::getNullValue(CI->getType());
956 ConstantInt::getNullValue(StrNCmp->getType()),
977 return Constant::getNullValue(CI->getType());
1006 return Constant::getNullValue(CI->getType());
1014 return Constant::getNullValue(CI->getType());
1537 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType));