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.cpp1436 auto BoolContents = TLI.getBooleanContents(Op1.getValueType()); in ExpandVSELECT() local
1437 if (BoolContents != TargetLowering::ZeroOrNegativeOneBooleanContent && in ExpandVSELECT()
1438 !(BoolContents == TargetLowering::ZeroOrOneBooleanContent && in ExpandVSELECT()