Searched defs:Int32Constant (Results 1 – 8 of 8) sorted by relevance
14 Node* MachineGraph::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineGraph
25 Node* GraphAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::GraphAssembler
38 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
1121 const Operator* CommonOperatorBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CommonOperatorBuilder
82 Node* Int32Constant(int32_t value) { in Int32Constant() function
251 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CodeAssembler
229 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