Searched defs:new_const (Results 1 – 9 of 9) sorted by relevance
206 const Constant* new_const, Module::inst_iterator* pos, uint32_t type_id) { in BuildInstructionAndAddToModule()
156 std::unique_ptr<Instruction> new_const(new Instruction( in AddNewConstInGlobals() local
157 ValueNodePtr new_const = NewValueNode(GetValueNode(node), std::move(debug_info)); in CloneValueNode() local173 ValueNodePtr new_const = NewValueNode(target, std::move(debug_info)); in CloneFuncGraphValueNode() local
157 std::unique_ptr<Instruction> new_const(new Instruction( in AddNewConstInGlobals() local
297 pub const fn new_const(pieces: &'a [&'static str]) -> Self { in new_const() method
1907 pub fn new_const(val: bool) -> LogicOp3 { in new_const() method