Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateICmpNE

739       return B.CreateZExt(B.CreateICmpNE(LHSV, RHSV), CI->getType(), "memcmp");
1505 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType));