Home
last modified time | relevance | path

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

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