Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Placeholder

1954   llvm::Value *Placeholder =
1956 Placeholder = CGF.Builder.CreateLoad(Placeholder);
1957 return AggValueSlot::forAddr(Placeholder, CharUnits::Zero(),
2368 // Create a no-op GEP between the placeholder and the cleanup so we can
2680 // Replace the placeholder with the appropriate argument slot GEP.
2681 llvm::Instruction *Placeholder =
2684 Builder.SetInsertPoint(Placeholder);
2688 deferPlaceholderReplacement(Placeholder, Addr);