Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp305 if (auto *VecTyR = dyn_cast<VectorType>(TyR)) in cmpConstants() local
306 TyRWidth = VecTyR->getPrimitiveSizeInBits().getFixedValue(); in cmpConstants()