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

12 3 4 5

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 213 Indices.push_back(Constant::getNullValue(Type::getInt64Ty(Ctx)));
  /external/llvm/lib/IR/
DIBuilder.cpp 729 Constant::getNullValue(Type::getInt32Ty(VMContext)),
    [all...]
Constants.cpp 133 Constant *Constant::getNullValue(Type *Ty) {
155 APInt::getNullValue(128)));
639 return Constant::getNullValue(Ty);
699 return Constant::getNullValue(getType()->getSequentialElementType());
705 return Constant::getNullValue(getType()->getStructElementType(Elt));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 223 ConstPart = APInt::getNullValue(V->getType()->getIntegerBitWidth());
324 Neg->setOperand(1, Constant::getNullValue(Neg->getType())); // Drop use of op.
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 202 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem));
209 llvm::Constant::getNullValue(CGF.ConvertType(Elem));
367 return ComplexPairTy(llvm::Constant::getNullValue(Imag->getType()), Imag);
410 return ComplexPairTy(Val, llvm::Constant::getNullValue(Val->getType()));
811 llvm::Value* zeroConstant = llvm::Constant::getNullValue(LTy);
    [all...]
CGExprScalar.cpp 128 llvm::Value *Zero = llvm::Constant::getNullValue(V->getType());
    [all...]
CGExprConstant.cpp 757 fillC = llvm::Constant::getNullValue(ElemTy);
    [all...]
CGObjCGNU.cpp     [all...]
CGVTables.cpp 102 PHI->addIncoming(llvm::Constant::getNullValue(ReturnValue->getType()),
537 Init = llvm::ConstantExpr::getNullValue(Int8PtrTy);
MicrosoftCXXABI.cpp 666 emitRTtypeidCall(CGF, llvm::Constant::getNullValue(CGM.VoidPtrTy));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 596 Constant::getNullValue(CounterTy),
720 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
864 Constant::getNullValue(Builder.getInt8PtrTy()),
920 Constant::getNullValue
    [all...]
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 57 return Constant::getNullValue(DestTy);
169 Constant *Zero = Constant::getNullValue(DstEltTy);
591 return Constant::getNullValue(ResTy);
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 376 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
423 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 471 Value *Zero = Constant::getNullValue(Src->getType());
488 return ReplaceInstUsesWith(CI, Constant::getNullValue(CI.getType()));
    [all...]
InstCombineShifts.cpp 225 return Constant::getNullValue(I->getType());
266 return Constant::getNullValue(BO->getType());
569 return ReplaceInstUsesWith(I, Constant::getNullValue(I.getType()));
    [all...]
InstCombineCalls.cpp 152 MI->setArgOperand(2, Constant::getNullValue(MemOpLength->getType()));
192 MI->setLength(Constant::getNullValue(LenC->getType()));
507 return ReplaceInstUsesWith(CI, Constant::getNullValue(II->getType()));
    [all...]
InstructionCombining.cpp 803 // Beware of ConstantExpr: it may eventually evaluate to getNullValue,
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 158 Constant *zero_32 = Constant::getNullValue(IntegerType::getInt32Ty(C));
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 83 NewPN->addIncoming(Constant::getNullValue(PN->getType()), OrigPH);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 329 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
550 Constant *NullInt =Constant::getNullValue(Type::getInt32Ty(GV->getContext()));
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 111 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 47 Constant *Init = Constant::getNullValue(Ty);
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 136 Constant *Z = Constant::getNullValue(Type::getInt32Ty(context));

Completed in 1425 milliseconds

12 3 4 5