Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h92 bool &getBool() { in getBool() function
112 bool getBool() const { in getBool() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp849 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { in getBool() function in ConstantInt
869 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool() function in ConstantInt