Home
last modified time | relevance | path

Searched refs:loopVarType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp533 Type loopVarType; in parseLoopControl() local
535 parser.parseColonType(loopVarType) || in parseLoopControl()
554 loopVarTypes = SmallVector<Type>(ivs.size(), loopVarType); in parseLoopControl()
556 iv.type = loopVarType; in parseLoopControl()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp411 mlir::Type loopVarType = getLoopVarType(converter, loopVarTypeSize); local
415 tiv.push_back(loopVarType);
426 loc, loopVarType,
1025 mlir::Type loopVarType = getLoopVarType(converter, loopVarTypeSize); in genOMP() local
1027 lowerBound[it] = firOpBuilder.createConvert(currentLocation, loopVarType, in genOMP()
1029 upperBound[it] = firOpBuilder.createConvert(currentLocation, loopVarType, in genOMP()
1032 firOpBuilder.createConvert(currentLocation, loopVarType, step[it]); in genOMP()