Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3813 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in OptimizeSelectInst() local
3816 if (DisableSelectToBranch || OptSize || !TLI || VectorCond) in OptimizeSelectInst()
3820 if (VectorCond) in OptimizeSelectInst()