Searched refs:shouldFoldSelectWithIdentityConstant (Results 1 – 6 of 6) sorted by relevance
405 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
1248 bool RISCVTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in RISCVTargetLowering
1353 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
35120 bool X86TargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in X86TargetLowering
3052 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function
2244 if (TLI.shouldFoldSelectWithIdentityConstant(BinOpcode, VT)) { in foldBinOpIntoSelect()