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

1 2 3 4 5

  /external/llvm/include/llvm/IR/
Constant.h 52 /// getNullValue.
138 static Constant *getNullValue(Type* Ty);
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 63 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
  /external/llvm/lib/IR/
ConstantFold.cpp 49 if (CV->isNullValue()) return Constant::getNullValue(DstTy);
115 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
148 return Constant::getNullValue(DestTy);
278 return Constant::getNullValue(IntegerType::get(CE->getContext(),
300 return Constant::getNullValue(IntegerType::get(CE->getContext(),
316 return Constant::getNullValue(IntegerType::get(CE->getContext(),
364 return ConstantExpr::getNullValue(DestTy);
532 return Constant::getNullValue(DestTy);
537 return Constant::getNullValue(DestTy);
674 APInt::getNullValue(DestTy->getPrimitiveSizeInBits()))
    [all...]
ConstantRange.cpp 97 return ConstantRange(UMin + 1, APInt::getNullValue(W));
109 return ConstantRange(UMin, APInt::getNullValue(W));
165 ConstantRange(APInt::getNullValue(BitWidth), -C));
755 return ConstantRange(APInt::getNullValue(getBitWidth()), umin + 1);
768 return ConstantRange(umax, APInt::getNullValue(getBitWidth()));
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 68 return llvm::Constant::getNullValue(CGM.getTypes().ConvertType(T));
89 return llvm::Constant::getNullValue(FTy->getPointerTo());
99 return llvm::Constant::getNullValue(Ty);
CGObjCMac.cpp     [all...]
CGExprComplex.cpp 209 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem));
216 llvm::Constant::getNullValue(CGF.ConvertType(Elem));
375 return ComplexPairTy(llvm::Constant::getNullValue(Imag->getType()), Imag);
420 return ComplexPairTy(Val, llvm::Constant::getNullValue(Val->getType()));
751 LibCallOp.LHS.second = llvm::Constant::getNullValue(LHSr->getType());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 86 Constant::getNullValue(Type::getInt32Ty(F.getContext())),
  /external/llvm/unittests/IR/
ConstantsTest.cpp 122 Constant *Zero128 = Constant::getNullValue(Int128Ty);
137 EXPECT_EQ(Constant::getNullValue(Int64Ty),
139 Constant::getNullValue(Int8PtrTy), Int64Ty));
142 EXPECT_EQ(Constant::getNullValue(Int32PtrTy),
144 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
147 EXPECT_EQ(Constant::getNullValue(Int64VecTy),
149 Constant::getNullValue(Int8PtrVecTy), Int64VecTy));
152 EXPECT_EQ(Constant::getNullValue(Int32PtrVecTy),
154 Constant::getNullValue(Int8PtrVecTy), Int32PtrVecTy));
InstructionsTest.cpp 205 const Constant* c8 = Constant::getNullValue(V8x8Ty);
206 const Constant* c64 = Constant::getNullValue(V8x64Ty);
208 const Constant *v2ptr32 = Constant::getNullValue(V2Int32PtrTy);
265 Constant::getNullValue(V4Int32PtrTy),
268 Constant::getNullValue(V2Int32PtrTy),
272 Constant::getNullValue(V4Int32PtrAS1Ty),
275 Constant::getNullValue(V2Int32PtrTy),
283 Constant *NullV2I32Ptr = Constant::getNullValue(V2Int32PtrTy);
493 Value *Callee = Constant::getNullValue(FnTy->getPointerTo());
ValueHandleTest.cpp 308 getValPtr()->replaceAllUsesWith(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())));
325 Constant::getNullValue(Type::getInt32Ty(getGlobalContext()))));
328 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())), RVH.AURWArgument);
329 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/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 244 Constant::getNullValue(Int32ArrayNTy), "__sancov_gen_cov");
260 Constant::getNullValue(Int8ArrayNTy), "__sancov_gen_cov_counter");
282 : Constant::getNullValue(Int8PtrTy),
366 Constant::getNullValue(Ty), "__sancov_gen_callee_cache");
477 Value *Cmp = IRB.CreateICmpSGE(Constant::getNullValue(Load->getType()), Load);
MemorySanitizer.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 175 return ConstantInt::getNullValue(Tp);
179 return ConstantFP::getNullValue(Tp);
197 return ConstantInt::getNullValue(Tp);
201 return ConstantFP::getNullValue(Tp);
380 return PT->push_back(ConstantVector::getNullValue(Ty));
395 return PT->push_back(ConstantFP::getNullValue(Ty));
406 APInt::getNullValue(Ty->getPrimitiveSizeInBits())));
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 57 CSVals[2] = llvm::Constant::getNullValue(IRB.getInt8PtrTy());
CodeExtractor.cpp 365 Idx[0] = Constant::getNullValue(Type::getInt32Ty(header->getContext()));
467 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
492 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
514 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)),
609 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
648 Constant::getNullValue(OldFnRetTy), TheSwitch);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 628 Constant::getNullValue(Offset->getType()));
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 78 return Constant::getNullValue(Ty);
608 APInt Offset = APInt::getNullValue(IntPtrTy->getIntegerBitWidth());
681 return Constant::getNullValue(Op0->getType());
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 306 Constant::getNullValue(StackEntryPtrTy), "llvm_gc_root_chain");
308 Head->setInitializer(Constant::getNullValue(StackEntryPtrTy));
UnreachableBlockElim.cpp 78 PN->replaceAllUsesWith(Constant::getNullValue(PN->getType()));
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 113 return Constant::getNullValue(Type::getInt32Ty(Ptr->getContext()));
350 Indices.push_back(Constant::getNullValue(Type::getInt32Ty(Mod->getContext())));
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 378 Constant::getNullValue(LinkTy->getPointerTo()->getPointerTo(257));
397 Constant::getNullValue(LinkTy->getPointerTo()->getPointerTo(257));
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 197 Value *Result = Constant::getNullValue(IntPtrTy);
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 85 Value *Zero = Constant::getNullValue(Int32Ty);

Completed in 734 milliseconds

1 2 3 4 5