HomeSort by relevance Sort by last modified time
    Searched refs:visitCastInst (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/IR/
InstVisitor.h 237 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 441 bool visitCastInst(CastInst &I) {
453 return Base::visitCastInst(I);
    [all...]
Scalarizer.cpp 146 bool visitCastInst(CastInst &);
469 bool Scalarizer::visitCastInst(CastInst &CI) {
SCCP.cpp 473 void visitCastInst(CastInst &I);
756 void SCCPSolver::visitCastInst(CastInst &I) {
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 144 bool visitCastInst(CastInst &I);
480 bool CallAnalyzer::visitCastInst(CastInst &I) {
    [all...]
CFLAliasAnalysis.cpp 178 void visitCastInst(CastInst &Inst) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 337 void visitCastInst(CastInst &CI);
    [all...]

Completed in 278 milliseconds