Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h234 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6157 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore()