Searched refs:shouldFoldSelectWithSingleBitTest (Results 1 – 4 of 4) sorted by relevance
629 bool shouldFoldSelectWithSingleBitTest(EVT VT,
24321 bool RISCVTargetLowering::shouldFoldSelectWithSingleBitTest( in shouldFoldSelectWithSingleBitTest() function in RISCVTargetLowering24325 return TargetLowering::shouldFoldSelectWithSingleBitTest(VT, AndMask); in shouldFoldSelectWithSingleBitTest()
3481 virtual bool shouldFoldSelectWithSingleBitTest(EVT VT, in shouldFoldSelectWithSingleBitTest() function
28825 if (TLI.shouldFoldSelectWithSingleBitTest(VT, AndMask)) { in SimplifySelectCC()