HomeSort by relevance Sort by last modified time
    Searched defs:getFalse (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 62 /// getFalse - For a boolean type, or a vector of boolean type, return false, or
64 static Constant *getFalse(Type *Ty) {
468 FCmp = getFalse(Cond->getType());
474 FCmp = getFalse(Cond->getType());
    [all...]
  /external/llvm/include/llvm/
IRBuilder.h 191 /// getFalse - Get the constant value for i1 false.
192 ConstantInt *getFalse() {
193 return ConstantInt::getFalse(Context);
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 386 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) {
405 Constant *ConstantInt::getFalse(Type *Ty) {
409 return ConstantInt::getFalse(Ty->getContext());
414 ConstantInt::getFalse(Ty->getContext()));
    [all...]

Completed in 159 milliseconds