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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1059 auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType()); local
1060 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy())
1080 else if (CmpRHS->getType()->getScalarSizeInBits() < SelEltTy->getBitWidth()) {

Completed in 151 milliseconds