Searched defs:Int32Constant (Results 1 – 9 of 9) sorted by relevance
14 Node* MachineGraph::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineGraph
61 Node* GraphAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::GraphAssembler
183 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
1151 const Operator* CommonOperatorBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CommonOperatorBuilder
256 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CodeAssembler
96 Node* Int32Constant(int32_t value) { in Int32Constant() function
716 Node* WasmGraphBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::WasmGraphBuilder
364 Node Int32Constant(int32_t Value) { in Int32Constant() function in IceBuilder
991 explicit Int32Constant(uint32_t bitfield, int32_t value) in Int32Constant() function