Home
last modified time | relevance | path

Searched refs:TblTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8389 auto *TblTy = cast<llvm::FixedVectorType>(Ops[0]->getType()); in packTBLDVectorList() local
8390 for (unsigned i = 0, e = TblTy->getNumElements(); i != e; ++i) { in packTBLDVectorList()
8406 Value *ZeroTbl = ConstantAggregateZero::get(TblTy); in packTBLDVectorList()