HomeSort by relevance Sort by last modified time
    Searched refs:getNullValue (Results 1 - 25 of 113) 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 149 const Constant* c8 = Constant::getNullValue(V8x8Ty);
150 const Constant* c64 = Constant::getNullValue(V8x64Ty);
206 Constant *NullV2I32Ptr = Constant::getNullValue(V2Int32PtrTy);
  /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 510 Constant::getNullValue(CounterTy),
634 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
766 Constant::getNullValue(Builder.getInt8PtrTy()),
819 Constant::getNullValue(
863 Constant *Null = Constant::getNullValue(GV->getType()->getElementType());
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 137 Constant::getNullValue(PtrJBList),
227 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
436 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
496 Constant::getNullValue(SJRet->getType()),
531 Constant::getNullValue(BufPtr->getType()),
537 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 32 return llvm::Constant::getNullValue(CGM.getTypes().ConvertType(T));
52 return llvm::Constant::getNullValue(FTy->getPointerTo());
61 return llvm::Constant::getNullValue(Ty);
CGObjCMac.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 682 Constant::getNullValue(Type::getInt32Ty(VMContext)),
694 Constant::getNullValue(Type::getInt32Ty(VMContext)),
695 Constant::getNullValue(Type::getInt32Ty(VMContext)),
705 Constant::getNullValue(Type::getInt32Ty(VMContext))
730 Constant::getNullValue(Type::getInt32Ty(VMContext))
754 Constant::getNullValue(Type::getInt32Ty(VMContext))
777 Constant::getNullValue(Type::getInt32Ty(VMContext))
794 Elts.push_back(Constant::getNullValue(Type::getInt32Ty(VMContext)));
    [all...]
ConstantFold.cpp 47 if (CV->isNullValue()) return Constant::getNullValue(DstTy);
113 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
145 return Constant::getNullValue(DestTy);
264 return Constant::getNullValue(IntegerType::get(CE->getContext(),
286 return Constant::getNullValue(IntegerType::get(CE->getContext(),
302 return Constant::getNullValue(IntegerType::get(CE->getContext(),
350 return ConstantExpr::getNullValue(DestTy);
518 return Constant::getNullValue(DestTy);
523 return Constant::getNullValue(DestTy);
652 APInt::getNullValue(DestTy->getPrimitiveSizeInBits()))
    [all...]
  /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 191 Value *Result = Constant::getNullValue(IntPtrTy);
  /external/llvm/lib/Support/
ConstantRange.cpp 94 return ConstantRange(UMin + 1, APInt::getNullValue(W));
106 return ConstantRange(UMin, APInt::getNullValue(W));
663 return ConstantRange(APInt::getNullValue(getBitWidth()), umin + 1);
676 return ConstantRange(umax, APInt::getNullValue(getBitWidth()));
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 119 Indices.push_back(Constant::getNullValue(Type::getInt64Ty(Ctx)));
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 67 return Constant::getNullValue(Ty);
680 APInt Offset = APInt::getNullValue(IntPtrTy->getIntegerBitWidth());
752 return Constant::getNullValue(Op0->getType());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 633 Constant::getNullValue(Offset->getType()));
    [all...]
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()));
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 305 Constant::getNullValue(StackEntryPtrTy),
308 Head->setInitializer(Constant::getNullValue(StackEntryPtrTy));

Completed in 540 milliseconds

1 2 3 4 5