Searched refs:Op1Ty (Results 1 – 3 of 3) sorted by relevance
1244 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local1245 Assert1(Op0Ty == Op1Ty, in visitICmpInst()1261 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local1262 Assert1(Op0Ty == Op1Ty, in visitFCmpInst()
2828 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local2829 Assert(Op0Ty == Op1Ty, in visitICmpInst()2845 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local2846 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
3049 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local3050 Assert(Op0Ty == Op1Ty, in visitICmpInst()3065 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local3066 Assert(Op0Ty == Op1Ty, in visitFCmpInst()