Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h468 ConstantInt *getFalse() { in getFalse() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp857 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { in getFalse() function in ConstantInt
876 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() function in ConstantInt
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp127 static Constant *getFalse(Type *Ty) { return ConstantInt::getFalse(Ty); } in getFalse() function