Home | History | Annotate | Download | only in CodeGen

Lines Matching full:lnot

1909   BoolVal = Builder.CreateNot(BoolVal, "lnot");
1912 return Builder.CreateZExt(BoolVal, ConvertType(E->getType()), "lnot.ext");