Searched defs:NullConstant (Results 1 – 5 of 5) sorted by relevance
53 class NullConstant; variable432 NullConstant(const Type* ty) : Constant(ty) {} in NullConstant() function
68 Node* RawMachineAssembler::NullConstant() { in NullConstant() function in v8::internal::compiler::RawMachineAssembler
1489 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty); in EmitNullInitialization() local