reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
18 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); 19 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W))); 20 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); 21 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W))); 22 Cs.push_back(ConstantInt::get(IntTy, APInt::getOneBitSet(W, W / 2))); 26 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); 27 Cs.push_back(ConstantFP::get(Ctx, APFloat::getLargest(Sem))); 28 Cs.push_back(ConstantFP::get(Ctx, APFloat::getSmallest(Sem))); 30 Cs.push_back(UndefValue::get(T));