Home | History | Annotate | Download | only in IR

Lines Matching refs:getNullValue

47   if (CV->isNullValue()) return Constant::getNullValue(DstTy);
113 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
145 return Constant::getNullValue(DestTy);
264 return Constant::getNullValue(IntegerType::get(CE->getContext(),
286 return Constant::getNullValue(IntegerType::get(CE->getContext(),
302 return Constant::getNullValue(IntegerType::get(CE->getContext(),
350 return ConstantExpr::getNullValue(DestTy);
518 return Constant::getNullValue(DestTy);
523 return Constant::getNullValue(DestTy);
655 APInt::getNullValue(DestTy->getPrimitiveSizeInBits()));
760 return Constant::getNullValue(Val->getType()->getVectorElementType());
894 return Constant::getNullValue(C1->getType());
902 return Constant::getNullValue(C1->getType()); // undef & X -> 0
912 return Constant::getNullValue(C1->getType());
925 return Constant::getNullValue(C1->getType());
934 return Constant::getNullValue(C1->getType()); // X lshr undef -> 0
947 return Constant::getNullValue(C1->getType());
975 return Constant::getNullValue(CI2->getType()); // X % 1 == 0
1012 return Constant::getNullValue(CI2->getType());
1467 Constant::getNullValue(CE1Op0->getType()),
1610 return Constant::getNullValue(ResultTy);
1686 case FCmpInst::FCMP_FALSE: return Constant::getNullValue(ResultTy);