Searched refs:m_AllOnes (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp573 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {
970 if (match(TrueVal, m_AllOnes()) && match(FalseVal, m_Zero()))
980 if (match(TrueVal, m_Zero()) && match(FalseVal, m_AllOnes())) {
H A DInstCombineCompares.cpp3860 match(B, m_AllOnes()))
3865 match(B, m_AllOnes()))
3880 match(D, m_AllOnes()))
3885 match(D, m_AllOnes()))
4077 auto LSubOne = m_Add(m_Specific(Op1), m_AllOnes());
H A DInstCombineAddSub.cpp1507 if (match(Op0, m_AllOnes()))
H A DInstCombineMulDivRem.cpp189 if (match(Op1, m_AllOnes())) {
H A DInstCombineAndOrXor.cpp1603 if (!((match(EltC1, m_Zero()) && match(EltC2, m_AllOnes())) ||
1604 (match(EltC2, m_Zero()) && match(EltC1, m_AllOnes()))))
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h189 /// m_AllOnes() - Match an integer or vector with all bits set to true.
190 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} function in namespace:llvm::PatternMatch
191 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } function in namespace:llvm::PatternMatch
/external/llvm/include/llvm/IR/
H A DPatternMatch.h252 inline cst_pred_ty<is_all_ones> m_AllOnes() { function in namespace:llvm::PatternMatch
255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } function in namespace:llvm::PatternMatch
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp552 if (match(Op0, m_AllOnes()))
H A DInstCombineMulDivRem.cpp109 if (match(Op1, m_AllOnes())) // X * -1 == 0 - X
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1434 if (match(Op0, m_AllOnes()))
1586 if (match(Op1, m_AllOnes()))
1760 if (match(Op1, m_AllOnes()))
3422 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp1132 if (match(Op0, m_AllOnes()))
1181 if (match(Op1, m_AllOnes()))
1270 if (match(Op1, m_AllOnes()))

Completed in 193 milliseconds