Searched refs:getNullValue (Results 176 - 200 of 205) sorted by relevance

123456789

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp2021 Constant::getNullValue(Ty),
2036 Constant::getNullValue(Ty),
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1751 llvm::Value *Zero = llvm::Constant::getNullValue(Size->getType());
H A DCGStmtOpenMP.cpp2806 ScalarVal, llvm::Constant::getNullValue(ScalarVal->getType()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp222 Constant::getNullValue(DL.getIntPtrType(V->getContext())));
H A DDAGCombiner.cpp3062 APInt::getNullValue(
3068 APInt::getNullValue(
3140 APInt Constant = APInt::getNullValue(1);
H A DLegalizeDAG.cpp2941 APInt::getNullValue(VT.getSizeInBits()));
H A DSelectionDAG.cpp2921 APInt::getNullValue(VT.getSizeInBits()));
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp1626 auto Zero = transValue(Constant::getNullValue(ResultTy), BB);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1701 llvm::APInt::getNullValue(Value.getBitWidth()),
1975 IntegerLiteral Size(Context, llvm::APInt::getNullValue(
/external/llvm/lib/AsmParser/
H A DLLParser.cpp4458 V = Constant::getNullValue(Ty);
4463 V = Constant::getNullValue(Ty);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp4561 Init = Constant::getNullValue(STy->getElementType(Idx));
4564 Init = Constant::getNullValue(ATy->getElementType());
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2540 return Constant::getNullValue(Type::getInt8Ty(V->getContext()));
/external/llvm/lib/IR/
H A DCore.cpp787 return wrap(Constant::getNullValue(unwrap(Ty)));
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp2523 V = Constant::getNullValue(Ty);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DCore.cpp484 return wrap(Constant::getNullValue(unwrap(Ty)));
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp2800 Constant::getNullValue(Ty);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2915 V = Constant::getNullValue(CurTy);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2864 Value *Cmp = Builder.CreateICmpEQ(TC, Constant::getNullValue(TC->getType()),
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3144 APFloat apf(APInt::getNullValue(VT.getSizeInBits()));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli788 See the method [llvm::Constant::getNullValue]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli644 See the method [llvm::Constant::getNullValue]. *)
/external/clang/lib/AST/
H A DExprConstant.cpp1747 Res = llvm::APInt::getNullValue(VecSize);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13081 Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
13226 Value *Ptr = Constant::getNullValue(Subtarget.is64Bit()
14046 DAG.getConstant(APInt::getNullValue(ExtVT.getScalarSizeInBits()), DL, ExtVT);
16042 DAG.getConstant(APInt::getNullValue(ExtVT.getScalarSizeInBits()), dl, ExtVT);
[all...]
H A DX86InstrInfo.cpp6339 Constant::getNullValue(Ty);
/external/swiftshader/src/Reactor/
H A DNucleus.cpp766 return llvm::Constant::getNullValue(Ty);

Completed in 906 milliseconds

123456789