Searched refs:constVal (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve69.f90 | 13 integer, parameter :: constVal = 1 local 17 character(len=20, kind=constVal + 1) :: constKindString 18 character(len=:, kind=constVal + 1), pointer :: constKindString1 20 character(len=:, kind=constVal + 1) :: constKindString2 40 type (derived(constVal, 3)) :: constDerivedKind 46 type (derived(3, constVal)) :: constDerivedLen
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | globals.ll | 22 ; const int constVal = 9; 43 ; foo::globalStatic + foo::constExpr + foo::constVal + D.DataStaticTLS + 98 ; ASM-NEXT: .asciz "foo::constVal" # Name 201 ; OBJ-NEXT: Name: foo::constVal 296 ; YAML-NEXT: Name: 'foo::constVal' 454 !36 = distinct !DIGlobalVariable(name: "constVal", scope: !7, file: !3, line: 13, type: !14, isLoca…
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | IntegerRelation.cpp | 1367 int64_t constVal = -atEq(rowIdx, getNumCols() - 1) / atEq(rowIdx, pos); in constantFoldVar() local 1368 setAndEliminate(pos, constVal); in constantFoldVar()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 344 mlir::Value constVal{ in genAllocationScaleSize() local 346 return constVal; in genAllocationScaleSize()
|