HomeSort by relevance Sort by last modified time
    Searched refs:getNullValue (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 63 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
  /external/llvm/unittests/IR/
ConstantsTest.cpp 119 Constant *Zero128 = Constant::getNullValue(Int128Ty);
134 EXPECT_EQ(Constant::getNullValue(Int64Ty),
136 Constant::getNullValue(Int8PtrTy), Int64Ty));
139 EXPECT_EQ(Constant::getNullValue(Int32PtrTy),
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
144 EXPECT_EQ(Constant::getNullValue(Int64VecTy),
146 Constant::getNullValue(Int8PtrVecTy), Int64VecTy));
149 EXPECT_EQ(Constant::getNullValue(Int32PtrVecTy),
151 Constant::getNullValue(Int8PtrVecTy), Int32PtrVecTy));
VerifierTest.cpp 51 Constant *Init = Constant::getNullValue(Ty);
InstructionsTest.cpp 125 const Constant* c8 = Constant::getNullValue(V8x8Ty);
126 const Constant* c64 = Constant::getNullValue(V8x64Ty);
  /external/llvm/include/llvm/IR/
Constant.h 53 /// getNullValue.
150 static Constant *getNullValue(Type* Ty);
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 42 Args[0] = Constant::getNullValue(Type::getInt32Ty(Context));
43 Args[1] = Constant::getNullValue(ArgVTy);
51 Constant::getNullValue(Type::getInt32Ty(Context)));
119 Indices[0] = Constant::getNullValue(Type::getInt32Ty(Context));
EdgeProfiling.cpp 80 Constant::getNullValue(ATy), "EdgeProfCounters");
GCOVProfiling.cpp 476 Constant::getNullValue(CounterTy),
604 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
731 Constant::getNullValue(Builder.getInt8PtrTy()),
784 Constant::getNullValue(
828 Constant *Null = Constant::getNullValue(GV->getType()->getElementType());
  /external/llvm/lib/IR/
DIBuilder.cpp 96 Constant::getNullValue(Type::getInt32Ty(VMContext)),
563 Constant::getNullValue(Type::getInt32Ty(VMContext))
574 Constant::getNullValue(Type::getInt32Ty(VMContext)),
576 Constant::getNullValue(Type::getInt32Ty(VMContext)),
585 Constant::getNullValue(Type::getInt32Ty(VMContext))
610 Constant::getNullValue(Type::getInt32Ty(VMContext))
634 Constant::getNullValue(Type::getInt32Ty(VMContext))
657 Constant::getNullValue(Type::getInt32Ty(VMContext))
674 Elts.push_back(Constant::getNullValue(Type::getInt32Ty(VMContext)));
699 Elts.push_back(Constant::getNullValue(Type::getInt32Ty(VMContext)))
    [all...]
ConstantFold.cpp 47 if (CV->isNullValue()) return Constant::getNullValue(DstTy);
112 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
144 return Constant::getNullValue(DestTy);
263 return Constant::getNullValue(IntegerType::get(CE->getContext(),
285 return Constant::getNullValue(IntegerType::get(CE->getContext(),
301 return Constant::getNullValue(IntegerType::get(CE->getContext(),
349 return ConstantExpr::getNullValue(DestTy);
517 return Constant::getNullValue(DestTy);
522 return Constant::getNullValue(DestTy);
651 APInt::getNullValue(DestTy->getPrimitiveSizeInBits()))
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 140 Constant::getNullValue(PtrJBList),
230 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
438 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
498 Constant::getNullValue(SJRet->getType()),
533 Constant::getNullValue(BufPtr->getType()),
539 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
CodeExtractor.cpp 363 Idx[0] = Constant::getNullValue(Type::getInt32Ty(header->getContext()));
466 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
492 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
515 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)),
606 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
646 Constant::getNullValue(OldFnRetTy), TheSwitch);
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 34 return llvm::Constant::getNullValue(CGM.getTypes().ConvertType(T));
54 return llvm::Constant::getNullValue(FTy->getPointerTo());
63 return llvm::Constant::getNullValue(Ty);
CGObjCMac.cpp     [all...]
CGExprComplex.cpp 193 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem));
200 llvm::Constant::getNullValue(CGF.ConvertType(Elem));
344 return ComplexPairTy(llvm::Constant::getNullValue(Imag->getType()), Imag);
451 return ComplexPairTy(Elt, llvm::Constant::getNullValue(Elt->getType()));
768 llvm::Value* zeroConstant = llvm::Constant::getNullValue(LTy);
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 86 new BitCastInst(Constant::getNullValue(Type::getInt32Ty(F.getContext())),
  /external/llvm/unittests/Support/
ValueHandleTest.cpp 303 getValPtr()->replaceAllUsesWith(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())));
320 Constant::getNullValue(Type::getInt32Ty(getGlobalContext()))));
323 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())), RVH.AURWArgument);
324 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())),
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 105 value = getNullValue(valueArg);
125 private Object getNullValue(int valueArg) {
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 152 return ConstantInt::getNullValue(Tp);
156 return ConstantFP::getNullValue(Tp);
174 return ConstantInt::getNullValue(Tp);
178 return ConstantFP::getNullValue(Tp);
370 return PT->push_back(ConstantVector::getNullValue(Ty));
385 return PT->push_back(ConstantFP::getNullValue(Ty));
396 APInt::getNullValue(Ty->getPrimitiveSizeInBits())));
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 184 Value *Result = Constant::getNullValue(IntPtrTy);
  /external/llvm/lib/Support/
ConstantRange.cpp 93 return ConstantRange(UMin + 1, APInt::getNullValue(W));
105 return ConstantRange(UMin, APInt::getNullValue(W));
662 return ConstantRange(APInt::getNullValue(getBitWidth()), umin + 1);
675 return ConstantRange(umax, APInt::getNullValue(getBitWidth()));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 183 Value *NullIdx =Constant::getNullValue(Type::getInt32Ty(AI.getContext()));
195 return ReplaceInstUsesWith(AI, Constant::getNullValue(AI.getType()));
306 Idxs[0] = Constant::getNullValue(Type::getInt32Ty(LI.getContext()));
380 Constant::getNullValue(Op->getType()), &LI);
393 Constant::getNullValue(Op->getType()), &LI);
473 Constant *Zero = Constant::getNullValue(Type::getInt32Ty(SI.getContext()));
InstCombineCompares.cpp 599 Constant::getNullValue(Offset->getType()));
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 67 return Constant::getNullValue(Ty);
680 APInt Offset = APInt::getNullValue(IntPtrWidth);
753 return Constant::getNullValue(Op0->getType());
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 305 Constant::getNullValue(StackEntryPtrTy),
308 Head->setInitializer(Constant::getNullValue(StackEntryPtrTy));

Completed in 1198 milliseconds

1 2 3 4 5