Home | History | Annotate | Download | only in VMCore

Lines Matching defs:getAllOnesValue

130 Constant *Constant::getAllOnesValue(Type *Ty) {
133 APInt::getAllOnesValue(ITy->getBitWidth()));
136 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
143 Elts.resize(VTy->getNumElements(), getAllOnesValue(VTy->getElementType()));
1777 return get(Instruction::Xor, C, Constant::getAllOnesValue(C->getType()));