Searched refs:CBL (Results 1 – 2 of 2) sorted by relevance
712 if (auto *CBL = dyn_cast<CallBase>(L)) { in cmpOperations() local714 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) in cmpOperations()716 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations()718 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations()
3930 unsigned CBL = STI.getConstantBusLimit(Opc); in selectBITOP3() local3938 if (CBL > 0) { in selectBITOP3()3939 --CBL; in selectBITOP3()