Home | History | Annotate | Download | only in Utils

Lines Matching refs:getZExtValue

75       BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
76 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
142 Weights.push_back(CI->getValue().getZExtValue());
217 createBranchWeights(SICase->getValue().getZExtValue(),
218 SIDef->getValue().getZExtValue()));