Lines Matching refs:EltTy
367 Type *EltTy) { in getNeutralReductionElement() argument
369 unsigned EltBits = EltTy->getScalarSizeInBits(); in getNeutralReductionElement()
378 return Constant::getNullValue(EltTy); in getNeutralReductionElement()
380 return ConstantInt::get(EltTy, 1, /*IsSigned*/ false); in getNeutralReductionElement()
383 return ConstantInt::getAllOnesValue(EltTy); in getNeutralReductionElement()
385 return ConstantInt::get(EltTy->getContext(), in getNeutralReductionElement()
388 return ConstantInt::get(EltTy->getContext(), in getNeutralReductionElement()
399 const fltSemantics &Semantics = EltTy->getFltSemantics(); in getNeutralReductionElement()
401 ? ConstantFP::getQNaN(EltTy, Negative) in getNeutralReductionElement()
403 ? ConstantFP::getInfinity(EltTy, Negative) in getNeutralReductionElement()
404 : ConstantFP::get(EltTy, in getNeutralReductionElement()
408 return ConstantFP::getNegativeZero(EltTy); in getNeutralReductionElement()
410 return ConstantFP::get(EltTy, 1.0); in getNeutralReductionElement()