Searched refs:FragId (Results 1 – 1 of 1) sorted by relevance
120 auto FragId = cast<ConstantInt>(II->getArgOperand(I)); in addInstToMergeableList() local121 AllEqual = FragIdList->getValue().udiv(4) == FragId->getValue().udiv(4); in addInstToMergeableList()222 auto FragId = cast<ConstantInt>(IIList.front()->getArgOperand(FragIdIndex)); in optimizeSection() local223 const APInt &NewFragIdVal = FragId->getValue().udiv(4) * 4; in optimizeSection()243 Args[FragIdIndex] = ConstantInt::get(FragId->getType(), NewFragIdVal); in optimizeSection()