/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
D | data_element_test.cc | 32 TEST(DataElementTest, CreateIsNull) { in TEST() argument
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1415 Builder.CreateIsNull(allocation.getPointer(), "new.isnull"); in EmitCXXNewExpr() 1712 llvm::Value *IsNull = Builder.CreateIsNull(Ptr.getPointer(), "isnull"); in EmitCXXDeleteExpr() 1804 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr.getPointer()); in EmitTypeidFromVTable() 1901 llvm::Value *IsNull = Builder.CreateIsNull(ThisAddr.getPointer()); in EmitDynamicCast()
|
D | CGClass.cpp | 328 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer()); in GetAddressOfBaseClass() 396 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr.getPointer()); in GetAddressOfDerivedClass() 1639 = CGF.Builder.CreateIsNull(ShouldDeleteCondition); in Emit() 1958 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); in EmitCXXAggrConstructorCall()
|
D | CGDeclCXX.cpp | 538 llvm::Value *Uninit = Builder.CreateIsNull(GuardVal, in GenerateCXXGlobalInitFunc()
|
D | CGVTables.cpp | 100 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment()
|
D | ItaniumCXXABI.cpp | 1257 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value); in EmitDynamicCastCall() 2047 llvm::Value *isInitialized = Builder.CreateIsNull(V, "guard.uninitialized"); in EmitGuardedInit()
|
D | CGCall.cpp | 2928 CGF.Builder.CreateIsNull(srcAddr.getPointer(), "icr.isnull"); in emitWriteback() 3067 CGF.Builder.CreateIsNull(srcAddr.getPointer(), "icr.isnull"); in emitWritebackArg()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 666 IdxCmp = B2.CreateIsNull(IdxSub, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 290 Value *Cmp = Builder.CreateIsNull(CancelFlag); in emitCancelationCheckImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 908 IdxCmp = B2.CreateIsNull(IdxSub, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 1006 SplitBlockAndInsertIfThen(IRB.CreateIsNull(Load), &*IP, false); in InjectCoverageAtBlock()
|
D | MemorySanitizer.cpp | 2971 Value *BoolZeroPoison = IRB.CreateIsNull(Src, "_mscz_bzp"); in handleCountZeroes()
|
/external/AFLplusplus/instrumentation/ |
D | SanitizerCoverageLTO.so.cc | 1761 SplitBlockAndInsertIfThen(IRB.CreateIsNull(Load), &*IP, false); in InjectCoverageAtBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 389 auto *Cond = Builder.CreateIsNull(Load); in handleFinalSuspend()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 492 auto *Cond = Builder.CreateIsNull(Load); in handleFinalSuspend()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1664 Value *CreateIsNull(Value *Arg, const Twine &Name = "") {
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2425 Value *CreateIsNull(Value *Arg, const Twine &Name = "") {
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5745 return BinaryOperator::CreateAnd(Builder.CreateIsNull(X), Y); in foldICmpUsingBoolRange() 5751 return BinaryOperator::CreateOr(Builder.CreateIsNull(X), Y); in foldICmpUsingBoolRange()
|
D | InstCombineAndOrXor.cpp | 1984 Value *Cmp = Builder.CreateIsNull(Neg); in visitAnd()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 3023 return wrap(unwrap(B)->CreateIsNull(unwrap(Val), Name)); in LLVMBuildIsNull()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2593 Value *CreateIsNull(Value *Arg, const Twine &Name = "") {
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1715 func (b Builder) CreateIsNull(val Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 3802 Value *TidCheck = OMPInfoCache.OMPBuilder.Builder.CreateIsNull(Tid); in insertInstructionGuardsHelper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3909 return wrap(unwrap(B)->CreateIsNull(unwrap(Val), Name)); in LLVMBuildIsNull()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Core.cpp | 3891 return wrap(unwrap(B)->CreateIsNull(unwrap(Val), Name)); in LLVMBuildIsNull()
|