Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp712 auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType()); in adjustMinMax() local
713 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy()) in adjustMinMax()
733 else if (CmpRHS->getType()->getScalarSizeInBits() < SelEltTy->getBitWidth()) { in adjustMinMax()