Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp212 void printCast(unsigned opcode, Type *SrcTy, Type *DstTy);
687 void CWriter::printCast(unsigned opc, Type *SrcTy, Type *DstTy) { in printCast() function in CWriter
767 printCast(CE->getOpcode(), CE->getOperand(0)->getType(), CE->getType()); in printConstant()
2700 printCast(I.getOpcode(), SrcTy, DstTy); in visitCastInst()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h769 void printCast(const Cast *E, StreamType &SS) { in printCast() function