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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1193 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); local
1196 if (DisableSelectToBranch || OptSize || !TLI || VectorCond)
1200 if (VectorCond)

Completed in 43 milliseconds