Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h117 bool CanBeFlattened: 1; // isDirect() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1354 auto CanBeFlattened = [](Value *Op) { in lowerDotProduct() local