Searched refs:shouldFoldSelectWithSingleBitTest (Results 1 – 4 of 4) sorted by relevance
1038 bool shouldFoldSelectWithSingleBitTest(EVT VT,
22031 bool RISCVTargetLowering::shouldFoldSelectWithSingleBitTest( in shouldFoldSelectWithSingleBitTest() function in RISCVTargetLowering22035 return TargetLowering::shouldFoldSelectWithSingleBitTest(VT, AndMask); in shouldFoldSelectWithSingleBitTest()
3378 virtual bool shouldFoldSelectWithSingleBitTest(EVT VT, in shouldFoldSelectWithSingleBitTest() function
27703 if (TLI.shouldFoldSelectWithSingleBitTest(VT, AndMask)) { in SimplifySelectCC()