Searched defs:CmpVal (Results 1 – 4 of 4) sorted by relevance
2052 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local2089 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local
725 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local
1407 unsigned CmpVal = MI->getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local
3315 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual()