Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h228 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() function
340 const SmallVectorImpl<Instruction *> &getCastInsts() const { in getCastInsts() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h234 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() function