Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h92 bool &getBool() { in getBool() function
112 bool getBool() const { in getBool() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp861 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { in getBool() function in ConstantInt
881 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool() function in ConstantInt