Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h92 bool &getBool() { in getBool() function
112 bool getBool() const { in getBool() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp847 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { getBool() function in ConstantInt
867 Constant *ConstantInt::getBool(Type *Ty, bool V) { getBool() function in ConstantInt