Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41510 bool CondConstantVector = ISD::isBuildVectorOfConstantSDNodes(Cond.getNode()); in combineSelect() local
41517 (!CondConstantVector || CondVT.getScalarType() == MVT::i8) && in combineSelect()
41524 if (CondConstantVector && DCI.isBeforeLegalizeOps()) { in combineSelect()