Home
last modified time | relevance | path

Searched defs:llptr (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Doperand.rs346 let llptr = bx.pointercast(lltemp, bx.cx().type_ptr_to(llty)); in extract_field() localVariable
458 let llptr = bx.struct_gep(ty, dest.llval, 0); in store_with_flags() localVariable
463 let llptr = bx.struct_gep(ty, dest.llval, 1); in store_with_flags() localVariable
Drvalue.rs413 let llptr = operand.immediate(); in codegen_rvalue_operand() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs559 let llptr = self.struct_gep(pair_ty, place.llval, i as u64); in load_operand() localVariable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs824 let llptr = self.struct_gep(pair_type, place.llval, i as u64); in load_operand() localVariable