Home
last modified time | relevance | path

Searched defs:ScalarShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Evaluate/
H A Dshape.h186 static Result ScalarShape() { return Shape{}; } ScalarShape() function
/llvm-project/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp625 VFShape ScalarShape = VFShape::getScalarShape(CI->getFunctionType()); TEST_F() local