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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp62 /// getFalse - For a boolean type, or a vector of boolean type, return false, or
64 static Constant *getFalse(Type *Ty) { function
468 FCmp = getFalse(Cond->getType());
474 FCmp = getFalse(Cond->getType());
1758 return getFalse(ITy);
1764 return getFalse(ITy);
1776 return getFalse(ITy);
1783 return getFalse(ITy);
1788 return getFalse(ITy);
1795 return getFalse(IT
[all...]
/external/llvm/lib/VMCore/
H A DConstants.cpp386 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { function in class:ConstantInt
405 Constant *ConstantInt::getFalse(Type *Ty) { function in class:ConstantInt
409 return ConstantInt::getFalse(Ty->getContext());
414 ConstantInt::getFalse(Ty->getContext()));
/external/llvm/include/llvm/
H A DIRBuilder.h191 /// getFalse - Get the constant value for i1 false.
192 ConstantInt *getFalse() { function in class:llvm::IRBuilderBase
193 return ConstantInt::getFalse(Context);

Completed in 108 milliseconds