Searched refs:visitCastInst (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DInstVisitor.h227 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DInlineCost.cpp119 bool visitCastInst(CastInst &I);
443 bool CallAnalyzer::visitCastInst(CastInst &I) { function in class:CallAnalyzer
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp477 void visitCastInst(CastInst &I);
755 void SCCPSolver::visitCastInst(CastInst &I) { function in class:SCCPSolver

Completed in 158 milliseconds