reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2554   const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType());
 2555   llvm::Value *LBVal = CGF.Builder.getIntN(IVSize, 0);
 2556   llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration());