Home
last modified time | relevance | path

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

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