Searched refs:CmpVal (Results 1 – 4 of 4) sorted by relevance
725 Value *CmpVal = Constant::getNullValue(ShadowTy); in instrumentAddress() local729 Value *Cmp = IRB.CreateICmpNE(ShadowValue, CmpVal); in instrumentAddress()
2052 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local2054 ConstantInt::get(X->getType(), CmpVal)); in visitICmpInst()2089 unsigned CmpVal = Op0KnownZeroInverted.countTrailingZeros(); in visitICmpInst() local2091 ConstantInt::get(X->getType(), CmpVal)); in visitICmpInst()
1407 unsigned CmpVal = MI->getOperand(2).getReg(); in emitAtomicCmpSwapPartword() local1480 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
3315 static bool isUndefOrEqual(int Val, int CmpVal) { in isUndefOrEqual() argument3316 return (Val < 0 || Val == CmpVal); in isUndefOrEqual()