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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1519   if (!CGF.HaveInsertPoint())
 1525           cast<llvm::ConstantInt>(CGF.EmitScalarExpr(AlignmentExpr));
 1535             CGF.getContext()
 1536                 .toCharUnitsFromBits(CGF.getContext().getOpenMPDefaultSimdAlign(
 1543         llvm::Value *PtrValue = CGF.EmitScalarExpr(E);
 1544         CGF.EmitAlignmentAssumption(
 1546             llvm::ConstantInt::get(CGF.getLLVMContext(), Alignment));