Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp319 if (auto *VecTyL = dyn_cast<VectorType>(TyL)) in cmpConstants() local
320 TyLWidth = VecTyL->getPrimitiveSizeInBits().getFixedValue(); in cmpConstants()