reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-stress/llvm-stress.cpp
  227       if (V->getType() == Tp)
  232     if (Tp->isIntegerTy()) {
  234         return ConstantInt::getAllOnesValue(Tp);
  235       return ConstantInt::getNullValue(Tp);
  236     } else if (Tp->isFloatingPointTy()) {
  238         return ConstantFP::getAllOnesValue(Tp);
  239       return ConstantFP::getNullValue(Tp);
  240     } else if (Tp->isVectorTy()) {
  241       VectorType *VTp = cast<VectorType>(Tp);
  252     return UndefValue::get(Tp);