|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/Lint.cpp 636 Assert(CI->getValue().ult(I.getType()->getNumElements()),
lib/Analysis/TargetTransformInfo.cpp 1283 IE->getType(), Idx);
lib/ExecutionEngine/Interpreter/Execution.cpp 1834 VectorType *Ty = cast<VectorType>(I.getType());
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp 714 return getVectorInstrCost(IE->getOpcode(), IE->getType(), Idx);
lib/Transforms/InstCombine/InstCombineVectorOps.cpp 525 VectorType *InsVecType = InsElt->getType();
753 auto *VecTy = cast<VectorType>(InsElt.getType());
985 unsigned NumElts = InsElt.getType()->getNumElements();
1013 Values[I] = UndefValue::get(InsElt.getType()->getElementType());
1046 return new BitCastInst(NewInsElt, IE.getType());
lib/Transforms/Vectorize/LoopVectorize.cpp 7416 PHINode *VPhi = State.Builder.CreatePHI(IEI->getType(), 2);
lib/Transforms/Vectorize/SLPVectorizer.cpp 6634 LastInsertElem->getType(),