Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h340 ConstantInt *getFalse() { in getFalse() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp667 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { in getFalse() function in ConstantInt
682 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() function in ConstantInt
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp116 static Constant *getFalse(Type *Ty) { in getFalse() function