Home
last modified time | relevance | path

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

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