Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h465 ConstantInt *getFalse() { getFalse() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp840 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { getFalse() function in ConstantInt
859 Constant *ConstantInt::getFalse(Type *Ty) { getFalse() function in ConstantInt
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp126 static Constant *getFalse(Type *Ty) { return ConstantInt::getFalse(Ty); } getFalse() function
[all...]