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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp80 /// getTrue - For a boolean type, or a vector of boolean type, return true, or
82 static Constant *getTrue(Type *Ty) { function
392 TCmp = getTrue(Cond->getType());
398 TCmp = getTrue(Cond->getType());
1479 return getTrue(UnsignedICmp->getType());
1679 return getTrue(ITy);
1681 return getTrue(ITy);
1685 return getTrue(ITy);
1687 return getTrue(ITy);
1693 return getTrue(IT
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h255 ConstantInt *getTrue() { function in class:llvm::IRBuilderBase
256 return ConstantInt::getTrue(Context);
/external/llvm/lib/IR/
H A DConstants.cpp519 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) { function in class:ConstantInt
533 Constant *ConstantInt::getTrue(Type *Ty) { function in class:ConstantInt
537 return ConstantInt::getTrue(Ty->getContext());
542 ConstantInt::getTrue(Ty->getContext()));

Completed in 129 milliseconds