Searched defs:getTrue (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp70 /// getTrue - For a boolean type, or a vector of boolean type, return true, or
72 static Constant *getTrue(Type *Ty) { function
382 TCmp = getTrue(Cond->getType());
388 TCmp = getTrue(Cond->getType());
1878 return getTrue(ITy);
1887 return getTrue(ITy);
1892 return getTrue(ITy);
1899 return getTrue(ITy);
1908 return getTrue(ITy);
1915 return getTrue(IT
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h256 ConstantInt *getTrue() { function in class:llvm::IRBuilderBase
257 return ConstantInt::getTrue(Context);
/external/llvm/lib/IR/
H A DConstants.cpp474 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { function in class:ConstantInt
488 Constant *ConstantInt::getTrue(Type *Ty) { function in class:ConstantInt
492 return ConstantInt::getTrue(Ty->getContext());
497 ConstantInt::getTrue(Ty->getContext()));

Completed in 3283 milliseconds