Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp980 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in isSelectKindSupported() local
981 if (VectorCond) in isSelectKindSupported()
H A DCodeGenPrepare.cpp6762 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1); in optimizeSelectInst() local
6765 if (VectorCond || SI->getMetadata(LLVMContext::MD_unpredictable)) in optimizeSelectInst()
6769 if (VectorCond) in optimizeSelectInst()