Searched refs:shouldFoldSelectWithSingleBitTest (Results 1 – 4 of 4) sorted by relevance
975 bool shouldFoldSelectWithSingleBitTest(EVT VT,
20383 bool RISCVTargetLowering::shouldFoldSelectWithSingleBitTest( in shouldFoldSelectWithSingleBitTest() function in RISCVTargetLowering20387 return TargetLowering::shouldFoldSelectWithSingleBitTest(VT, AndMask); in shouldFoldSelectWithSingleBitTest()
3263 virtual bool shouldFoldSelectWithSingleBitTest(EVT VT, in shouldFoldSelectWithSingleBitTest() function
27310 if (TLI.shouldFoldSelectWithSingleBitTest(VT, AndMask)) { in SimplifySelectCC()