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

References

lib/IR/ConstantFold.cpp
  831     return UndefValue::get(Val->getType());
  836   unsigned NumElts = Val->getType()->getVectorNumElements();
  838     return UndefValue::get(Val->getType());
  842   auto *Ty = Type::getInt32Ty(Val->getContext());
  850     Constant *C = ConstantExpr::getExtractElement(Val, ConstantInt::get(Ty, i));