Home
last modified time | relevance | path

Searched defs:With (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp793 if (Value *With = Simplifier->optimizeCall(CI)) { in tryOptimizeCall() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp588 void replaceCall(Value *With) { in replaceCall()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp106 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c11981 typedef struct With With; typedef
15891 struct With { struct
15893 With *pOuter; /* Containing WITH clause, or NULL */ argument
15894 struct Cte { /* For each CTE in the WITH clause.... */
15899 } a[1];