Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h468 ConstantInt *getFalse() { getFalse() function
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp
/llvm-project/llvm/lib/IR/
H A DConstants.cpp857 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { getFalse() function in ConstantInt
876 Constant *ConstantInt::getFalse(Type *Ty) { getFalse() function in ConstantInt
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp127 static Constant *getFalse(Type *Ty) { return ConstantInt::getFalse(Ty); } getFalse() function
[all...]