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

References

lib/IR/ConstantFold.cpp
  861   Type *EltTy = V1->getType()->getVectorElementType();
  870   unsigned SrcNumElts = V1->getType()->getVectorNumElements();
  889       Type *Ty = IntegerType::get(V1->getContext(), 32);
  890       InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt));