Home
last modified time | relevance | path

Searched defs:getFalse (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h463 ConstantInt *getFalse() { in getFalse() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp854 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { in getFalse() function in ConstantInt
873 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() function in ConstantInt
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp119 static Constant *getFalse(Type *Ty) { in getFalse() function