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

  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 139 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) {
158 return Base::visitCastInst(I);
CFLGraph.h 244 void visitCastInst(CastInst &Inst) {
InlineCost.cpp 186 bool visitCastInst(CastInst &I);
526 bool CallAnalyzer::visitCastInst(CastInst &I) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 79 void visitCastInst(CastInst &CI);
510 void SPIRVToOCL20::visitCastInst(CastInst &Cast) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 207 RetTy visitCastInst(CastInst &I) { DELEGATE(Instruction); }
  /external/llvm/include/llvm/IR/
InstVisitor.h 237 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
InstVisitor.h 240 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 145 bool visitCastInst(CastInst &);
472 bool Scalarizer::visitCastInst(CastInst &CI) {
SCCP.cpp 488 void visitCastInst(CastInst &I);
771 void SCCPSolver::visitCastInst(CastInst &I) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 509 void visitCastInst(CastInst &I);
809 void SCCPSolver::visitCastInst(CastInst &I) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 337 void visitCastInst(CastInst &CI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 304 void visitCastInst (CastInst &I);
    [all...]

Completed in 1005 milliseconds