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

References

include/llvm/IR/InstrTypes.h
  976     if (VectorType* vt = dyn_cast<VectorType>(opnd_type)) {
  977       return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
  980     return Type::getInt1Ty(opnd_type->getContext());