Searched refs:CheckedFold (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 25064 auto CheckedFold = [&](bool Check, APInt NewCmpConst, in reassociateCSELOperandsForCSE() local 25075 return CheckedFold(!CmpOpConst->getAPIntValue().isMaxValue(), in reassociateCSELOperandsForCSE() 25079 return CheckedFold(!CmpOpConst->getAPIntValue().isMaxValue(), in reassociateCSELOperandsForCSE() 25082 return CheckedFold(!CmpOpConst->getAPIntValue().isZero(), in reassociateCSELOperandsForCSE() 25085 return CheckedFold(!CmpOpConst->getAPIntValue().isZero(), in reassociateCSELOperandsForCSE() 25088 return CheckedFold(!CmpOpConst->getAPIntValue().isMinSignedValue(), in reassociateCSELOperandsForCSE() 25091 return CheckedFold(!CmpOpConst->getAPIntValue().isMaxSignedValue(), in reassociateCSELOperandsForCSE() 25094 return CheckedFold(!CmpOpConst->getAPIntValue().isMaxSignedValue(), in reassociateCSELOperandsForCSE() 25097 return CheckedFold(!CmpOpConst->getAPIntValue().isMinSignedValue(), in reassociateCSELOperandsForCSE()
|