reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
903 return UndefValue::get(Ty); 908 if (Op1C && Ty->isVectorTy()) { 909 unsigned NumElts = Ty->getVectorNumElements(); 913 return UndefValue::get(Ty); 920 return Constant::getNullValue(Ty); 930 return IsDiv ? ConstantInt::get(Ty, 1) : Constant::getNullValue(Ty); 930 return IsDiv ? ConstantInt::get(Ty, 1) : Constant::getNullValue(Ty); 938 if (match(Op1, m_One()) || Ty->isIntOrIntVectorTy(1) || 940 return IsDiv ? Op0 : Constant::getNullValue(Ty);