Home
last modified time | relevance | path

Searched refs:m_ConstantExpr (Results 1 – 22 of 22) sorted by relevance

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h111 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
722 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
734 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
741 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h111 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
722 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
734 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
741 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h155 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
770 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DPatternMatch.h155 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
770 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h155 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
770 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DPatternMatch.h155 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
770 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h155 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
770 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DPatternMatch.h155 inline class_match<ConstantExpr> m_ConstantExpr() { in m_ConstantExpr() function
770 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2713 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
2720 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
H A DInstCombineAndOrXor.cpp3678 m_Unless(m_ConstantExpr())), in visitXor()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2713 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
2720 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
H A DInstCombineAndOrXor.cpp3681 m_Unless(m_ConstantExpr())), in visitXor()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2713 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
2720 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
H A DInstCombineAndOrXor.cpp3678 m_Unless(m_ConstantExpr())), in visitXor()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2772 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
2779 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
H A DInstCombineAndOrXor.cpp3699 m_Unless(m_ConstantExpr())), in visitXor()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2713 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
2720 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
H A DInstCombineAndOrXor.cpp3678 m_Unless(m_ConstantExpr())), in visitXor()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2713 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
2720 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in visitSelectInst()
H A DInstCombineAndOrXor.cpp3678 m_Unless(m_ConstantExpr())), in visitXor()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3535 m_Unless(m_ConstantExpr())), in visitXor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3535 m_Unless(m_ConstantExpr())), in visitXor()