OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_AllOnes
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/IR/
PatternMatch.h
252
inline cst_pred_ty<is_all_ones>
m_AllOnes
() {
255
inline api_pred_ty<is_all_ones>
m_AllOnes
(const APInt *&V) { return V; }
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
189
if (match(Op1,
m_AllOnes
())) {
[
all
...]
InstCombineCompares.cpp
[
all
...]
InstCombineSelect.cpp
562
} else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS,
m_AllOnes
())) {
[
all
...]
InstCombineAddSub.cpp
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
Completed in 55 milliseconds