HomeSort by relevance Sort by last modified time
    Searched refs:getNullValue (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SeparateConstOffsetFromGEP.cpp 509 return ConstantInt::getNullValue(UserChain[ChainIndex]->getType());
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGClass.cpp 223 PHI->addIncoming(llvm::Constant::getNullValue(BasePtrTy), origBB);
280 PHI->addIncoming(llvm::Constant::getNullValue(Value->getType()),
485 = llvm::Constant::getNullValue(
626 llvm::Value *Zero = llvm::Constant::getNullValue(SizeTy);
    [all...]
CGDeclCXX.cpp 108 argument = llvm::Constant::getNullValue(CGF.Int8PtrTy);
CGBuiltin.cpp 251 llvm::Constant::getNullValue(ArgValue->getType()),
268 : llvm::Constant::getNullValue(Imag->getType());
340 Value *Zero = llvm::Constant::getNullValue(ArgType);
571 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty),
    [all...]
CodeGenModule.cpp 614 : llvm::Constant::getNullValue(VoidPtrTy))
    [all...]
CodeGenPGO.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 286 Value *V = Builder->CreateSub(Constant::getNullValue(I.getType()),
734 return ReplaceInstUsesWith(I, Constant::getNullValue(I.getType()));
840 return SelectInst::Create(ICI, Constant::getNullValue(I.getType()),
    [all...]
InstCombineSimplifyDemanded.cpp 176 return Constant::getNullValue(VTy);
256 return Constant::getNullValue(VTy);
    [all...]
InstCombineAndOrXor.cpp 546 Z = ConstantInt::getNullValue(C->getType());
705 Value* zero = Constant::getNullValue(A->getType());
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 246 llvm::ConstantInt::get(*llvm_data_->context_, llvm::APInt::getNullValue(32)),
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 653 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 757 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 450 Constant::getNullValue(Ty) :
502 Constant::getNullValue(Type::getInt32Ty(Ty->getContext())));
799 Prod = InsertBinop(Instruction::Sub, Constant::getNullValue(Ty), Prod);
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 301 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType()));
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 239 Constant::getNullValue(GTy),
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 797 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty);
798 Constant *bytes_arg = cstr ? ConstantExpr::getBitCast(cstr, i8_ptr_ty) : Constant::getNullValue(i8_ptr_ty);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 859 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 886 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 1108 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 868 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
    [all...]
toy.cpp     [all...]

Completed in 746 milliseconds

1 23 4 5