HomeSort by: relevance | last modified time | path
    Searched defs:getFalse (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 463 ConstantInt *getFalse() {
464 return ConstantInt::getFalse(Context);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 119 static Constant *getFalse(Type *Ty) {
120 return ConstantInt::getFalse(Ty);
179 getFalse(Cond->getType()));
1456 return ConstantInt::getFalse(UnsignedICmp->getType());
1527 return getFalse(UnsignedICmp->getType());
1557 return getFalse(Op0->getType());
1608 return getFalse(Cmp0->getType());
1689 return getFalse(ITy);
1691 return getFalse(ITy);
1695 return getFalse(ITy)
    [all...]

Completed in 21 milliseconds