HomeSort by: relevance | last modified time | path
    Searched defs:IVSigned (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 769 /// size \a IVSize and sign \a IVSigned.
771 bool IVSigned);
774 /// size \a IVSize and sign \a IVSigned.
776 bool IVSigned);
779 /// size \a IVSize and sign \a IVSigned.
781 bool IVSigned);
784 /// size \a IVSize and sign \a IVSigned.
786 bool IVSigned);
1126 /// \param IVSigned Sign of the iteration variable.
1134 unsigned IVSize, bool IVSigned, bool Ordered
    [all...]
CGStmtOpenMP.cpp 2594 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
2618 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,
2659 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered,
2672 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) {
2673 CodeGenOrdered(CGF, Loc, IVSize, IVSigned);
2768 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
2778 IVSigned, Ordered, DipatchRTInputValues);
2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2789 const bool IVSigned) {
2792 IVSigned);
    [all...]

Completed in 20 milliseconds