Searched defs:getBool (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ | ||
H A D | MsgPackDocument.h | 92 bool &getBool() { in getBool() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 847 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { getBool() function in ConstantInt |