Searched defs:shorter_filter (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1448 static bool shorter_filter(const Value *LHS, const Value *RHS) { function
1610 if (shorter_filter(NewClauses[k+1], NewClauses[k])) {
1614 shorter_filter);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2403 static bool shorter_filter(const Value *LHS, const Value *RHS) { function
2580 if (shorter_filter(NewClauses[k+1], NewClauses[k])) {
2584 shorter_filter);

Completed in 72 milliseconds