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

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp51 struct ValueEntry { struct in namespace:__anon21682
54 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} function in struct:__anon21682::ValueEntry
56 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) {
64 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) {
180 void RewriteExprTree(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops);
182 SmallVectorImpl<ValueEntry> &Ops);
183 Value *OptimizeAdd(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
184 Value *OptimizeXor(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
189 bool collectMultiplyFactors(SmallVectorImpl<ValueEntry>
[all...]
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 72 milliseconds