Home
last modified time | relevance | path

Searched defs:IsTuple (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp69 bool IsTuple : 1; member
531 bool IsTuple = R->getValueAsBit("IsTuple"); in createRVVIntrinsics() local
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
556 bool IsTuple : 1; member
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1041 PolicyScheme DefaultScheme, Policy PolicyAttrs, bool IsTuple) { in computeBuiltinTypes()