HomeSort by relevance Sort by last modified time
    Searched defs:NumElem (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 307 unsigned NumElem = SrcVT.getVectorNumElements();
310 for (unsigned Idx=0; Idx<NumElem; Idx++) {
348 unsigned NumElem = StVT.getVectorNumElements();
367 for (unsigned Idx = 0; Idx < NumElem; Idx++) {
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 564 unsigned NumElem = cast<VectorType>(Val0->getType())->getNumElements();
565 CondTy = VectorType::get(CondTy, NumElem);
  /external/llvm/include/llvm/
Instructions.h 816 unsigned NumElem = cast<VectorType>(Ptr->getType())->getNumElements();
817 return VectorType::get(PtrTy, NumElem);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 269 unsigned NumElem, unsigned MaskOffset, unsigned NumInElem,
348 unsigned numElem = VTy->getNumElements();
349 return VectorType::get(ElemTy->getScalarType(), numElem*2);
    [all...]

Completed in 237 milliseconds