Home
last modified time | relevance | path

Searched defs:CastInsts (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp228 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local
937 SmallVectorImpl<Instruction *> &CastInsts) { in getCastsForInductionPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h256 SmallPtrSet<Instruction *, 8> CastInsts; variable