Home
last modified time | relevance | path

Searched refs:OpMatch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1893 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match()
1905 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match()
1918 PtrToIntSameSize_match(const DataLayout &DL, const Op_t &OpMatch) in PtrToIntSameSize_match()
1919 : DL(DL), Op(OpMatch) {} in PtrToIntSameSize_match()
1934 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match()
1946 NoWrapTrunc_match(const Op_t &OpMatch) : Op(OpMatch) {} in NoWrapTrunc_match()
1966 ElementWiseBitCast_match(const Op_t &OpMatch) : Op(OpMatch) {} in ElementWiseBitCast_match()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49702 if (SDValue OpMatch = in combineBMILogicOp() local
49705 return OpMatch; in combineBMILogicOp()