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