Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h454 explicit BitInit(bool V) : Init(IK_BitInit), Value(V) {} in BitInit() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h486 explicit BitInit(bool V) : TypedInit(IK_BitInit, BitRecTy::get()), Value(V) {} in BitInit() function