Searched refs:printCast (Results 1 – 2 of 2) sorted by relevance
212 void printCast(unsigned opcode, Type *SrcTy, Type *DstTy);687 void CWriter::printCast(unsigned opc, Type *SrcTy, Type *DstTy) { in printCast() function in CWriter767 printCast(CE->getOpcode(), CE->getOperand(0)->getType(), CE->getType()); in printConstant()2700 printCast(I.getOpcode(), SrcTy, DstTy); in visitCastInst()
769 void printCast(const Cast *E, StreamType &SS) { in printCast() function