Home | History | Annotate | Download | only in Support

Lines Matching refs:OpTy

50   template<typename OpTy>
51 bool match(OpTy *V) {
277 template<typename OpTy>
278 bool match(OpTy *V) {
408 template<typename OpTy>
409 bool match(OpTy *V) {
456 template<typename OpTy>
457 bool match(OpTy *V) {
495 template<typename OpTy>
496 bool match(OpTy *V) {
530 template<typename OpTy>
531 bool match(OpTy *V) {
541 template<typename OpTy>
542 inline CastClass_match<OpTy, Instruction::BitCast>
543 m_BitCast(const OpTy &Op) {
544 return CastClass_match<OpTy, Instruction::BitCast>(Op);
548 template<typename OpTy>
549 inline CastClass_match<OpTy, Instruction::PtrToInt>
550 m_PtrToInt(const OpTy &Op) {
551 return CastClass_match<OpTy, Instruction::PtrToInt>(Op);
555 template<typename OpTy>
556 inline CastClass_match<OpTy, Instruction::Trunc>
557 m_Trunc(const OpTy &Op) {
558 return CastClass_match<OpTy, Instruction::Trunc>(Op);
562 template<typename OpTy>
563 inline CastClass_match<OpTy, Instruction::SExt>
564 m_SExt(const OpTy &Op) {
565 return CastClass_match<OpTy, Instruction::SExt>(Op);
569 template<typename OpTy>
570 inline CastClass_match<OpTy, Instruction::ZExt>
571 m_ZExt(const OpTy &Op) {
572 return CastClass_match<OpTy, Instruction::ZExt>(Op);
586 template<typename OpTy>
587 bool match(OpTy *V) {
616 template<typename OpTy>
617 bool match(OpTy *V) {
645 template<typename OpTy>
646 bool match(OpTy *V) {
680 template<typename OpTy>
681 bool match(OpTy *V) {
710 template<typename OpTy>
711 bool match(OpTy *V) {