Home
last modified time | relevance | path

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

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