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

References

lib/IR/Constants.cpp
 2012     Ty = cast<PointerType>(C->getType()->getScalarType())->getElementType();
 2015            cast<PointerType>(C->getType()->getScalarType())->getElementType());
 2018           ConstantFoldGetElementPtr(Ty, C, InBounds, InRangeIndex, Idxs))
 2024   unsigned AS = C->getType()->getPointerAddressSpace();
 2028   if (C->getType()->isVectorTy())
 2029     NumVecElts = C->getType()->getVectorNumElements();
 2043   ArgVec.push_back(C);
 2061   LLVMContextImpl *pImpl = C->getContext().pImpl;