Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1036 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in isSelectKindSupported() local
1037 if (VectorCond) in isSelectKindSupported()
H A DCodeGenPrepare.cpp6868 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in optimizeSelectInst() local
6871 if (VectorCond || SI->getMetadata(LLVMContext::MD_unpredictable)) in optimizeSelectInst()
6875 if (VectorCond) in optimizeSelectInst()