Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3348 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in foldSelectOfBools()
3355 !match(A, m_ConstantExpr()) && !match(B, m_ConstantExpr())) in foldSelectOfBools()
H A DInstructionCombining.cpp1801 if (NewVal && NewVal != PN && !match(NewVal, m_ConstantExpr())) in simplifyInstructionWithPHI()
H A DInstCombineAndOrXor.cpp5210 m_Unless(m_ConstantExpr())), in visitXor()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h186 inline constantexpr_match m_ConstantExpr() { return constantexpr_match(); } in m_ConstantExpr() function
857 inline bind_ty<ConstantExpr> m_ConstantExpr(ConstantExpr *&C) { return C; } in m_ConstantExpr() function