Searched defs:Ne (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp785 Value *Ne = IRB.CreateICmpNE(*i, DFSF.DFS.ZeroShadow); local
787 Ne, Pos, /*Unreachable=*/false, ColdCallWeights));
886 Value *Ne = IRB.CreateICmpNE(V1, V2); local
888 Ne, Pos, /*Unreachable=*/false, ColdCallWeights));
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1250 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); local
1251 return Vs.reduceUnaryOp(*this, Ne);
1332 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); local
1333 return Vs.reduceCast(*this, Ne);
1489 auto Ne = Vs.traverse(A->Definition, Vs.subExprCtx(Ctx)); local
1490 Variable *Nvd = Vs.enterScope(*A, Ne);
1494 auto Ne = Vs.traverse(I->Definition, Vs.subExprCtx(Ctx)); local
1495 Variable *Nvd = Vs.enterScope(*I, Ne);
1736 auto Ne = Vs.traverse(ElseExpr, Vs.subExprCtx(Ctx)); local
1737 return Vs.reduceIfThenElse(*this, Nc, Nt, Ne);
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml110 | Ne Constructor in type:Icmp/t

Completed in 593 milliseconds