HomeSort by: relevance | last modified time | path
    Searched refs:IndexVTy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 4322 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy))
4323 IndxTy = IndexVTy->getElementType();
4338 auto *IndexVTy = FixedVectorType::get(
4341 TLI->getTypeLegalizationCost(DL, IndexVTy);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 1095 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {
1096 ElementCount EltCount = IndexVTy->getElementCount();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 3651 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) {
3652 ElementCount IndexWidth = IndexVTy->getElementCount();

Completed in 27 milliseconds