Searched refs:VectorCond (Results 1 – 1 of 1) sorted by relevance
3813 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in OptimizeSelectInst() local3816 if (DisableSelectToBranch || OptSize || !TLI || VectorCond) in OptimizeSelectInst()3820 if (VectorCond) in OptimizeSelectInst()