Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1827 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in OptimizeSelectInst() local
1830 if (DisableSelectToBranch || OptSize || !TLI || VectorCond) in OptimizeSelectInst()
1834 if (VectorCond) in OptimizeSelectInst()