Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1606 auto BoolContents = TLI.getBooleanContents(Op1.getValueType()); in ExpandVSELECT() local
1607 if (BoolContents != TargetLowering::ZeroOrNegativeOneBooleanContent && in ExpandVSELECT()
1608 !(BoolContents == TargetLowering::ZeroOrOneBooleanContent && in ExpandVSELECT()