Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4501 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in optimizeSelectInst() local
4504 if (DisableSelectToBranch || OptSize || !TLI || VectorCond) in optimizeSelectInst()
4508 if (VectorCond) in optimizeSelectInst()