Searched defs:IVSize (Results  1 – 2 of 2) sorted by relevance
| /external/clang/lib/CodeGen/ | 
| D | CGOpenMPRuntime.cpp | 1636 llvm::Constant *CGOpenMPRuntime::createForStaticInitFunction(unsigned IVSize,  in createForStaticInitFunction() 1662 llvm::Constant *CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize,  in createDispatchInitFunction() 1684 llvm::Constant *CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize,  in createDispatchFiniFunction() 1701 llvm::Constant *CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize,  in createDispatchNextFunction() 2451                                           unsigned IVSize, bool IVSigned,  in emitForDispatchInit() 2486     unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB,  in emitForStaticInitCall() 2532                                         unsigned IVSize, bool IVSigned,  in emitForStaticInit() 2548     OpenMPDistScheduleClauseKind SchedKind, unsigned IVSize, bool IVSigned,  in emitDistributeStaticInit() 2573                                                  unsigned IVSize,  in emitForOrderedIterationEnd() 2583                                           SourceLocation Loc, unsigned IVSize,  in emitForNext()
  | 
| D | CGStmtOpenMP.cpp | 1677   const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());  in EmitOMPOuterLoop()  local 1828   const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());  in EmitOMPForOuterLoop()  local 1857   const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());  in EmitOMPDistributeOuterLoop()  local 2027       const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());  in EmitOMPWorksharingLoop()  local 2685       const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());  in EmitOMPDistributeLoop()  local
  |