Home
last modified time | relevance | path

Searched defs:is_one (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionPatternMatch.h43 struct is_one { struct
48 inline cst_pred_ty<is_one> m_scev_One() { return cst_pred_ty<is_one>(); } in m_scev_One() argument
/freebsd/crypto/openssl/crypto/ec/
H A Decp_sm2p256.c126 #define is_one(a) is_equal(a, ONE) macro
H A Decp_nistz256.c213 static BN_ULONG is_one(const BIGNUM *z) in is_one() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h587 struct is_one { struct
592 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One() argument